Files
kotlin-fork/compiler/testData/diagnostics/tests/duplicateJvmSignature/functionAndProperty/nestedClass.fir.kt
T

6 lines
72 B
Kotlin
Vendored

class B {
class C {
val x = 1
fun getX() = 1
}
}