// Two fields in a class cannot share the same name class Main { void main() {} int a; Object b; Main a; }