blob: 8dcd379c0ff0b3cef910808ea702cea981777023 [file] [log] [blame]
// "Do not try to create class Inner" "false"
public class Test {
public static void main() {
new Te<caret>st.Inner();
}
public static class Inner {}
}