blob: 0e8e98defa9272ed938abff55f1bbff3e1759e67 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FILE: test/A.kt
package test
class A {
class Nested
}
// FILE: test/A.java
package test;
public class A {
public static class Nested {
}
}
/* GENERATED_FIR_TAGS: classDeclaration, nestedClass */