mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Light classes: getOwnInnerClasses() filters out inner classes with null names
#KT-13927 Fixed
This commit is contained in:
6
idea/testData/kotlinAndJavaChecker/javaWithKotlin/InnerClassWithoutName.java
vendored
Normal file
6
idea/testData/kotlinAndJavaChecker/javaWithKotlin/InnerClassWithoutName.java
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
public class InnerClassWithoutName {
|
||||
public void uses() {
|
||||
Test5 test5 = new Test5();
|
||||
Test5.In1 in1 = test5.new In1();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user