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

3 lines
42 B
Kotlin
Vendored

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