Files
kotlin-fork/j2k/tests/testData/ast/class/innerClassInInterface.java
T

4 lines
37 B
Java

//file
interface A {
class B {}
}