mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
Support KClass.nestedClasses
This commit is contained in:
10
compiler/testData/codegen/boxWithJava/reflection/nestedClasses/J.java
vendored
Normal file
10
compiler/testData/codegen/boxWithJava/reflection/nestedClasses/J.java
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
public class J {
|
||||
public class Inner {}
|
||||
|
||||
public static class Nested {}
|
||||
|
||||
private static class PrivateNested {}
|
||||
|
||||
// This anonymous class should not appear in 'nestedClasses'
|
||||
private final Object o = new Object() {};
|
||||
}
|
||||
Reference in New Issue
Block a user