You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- [E006] Not Found Error: Test.java:6:4 ---------------------------------------
6 | Inner i = new Inner();
| ^^^^^
| Not found: type Inner
longer explanation available when compiling with `-explain`
1 error found
Expectation
I think this should be compiled because javac compiles the code successfully.