Files
kotlin-fork/nj2k/testData/newJ2k/detectProperties/AssignFieldInsideSetter.kt
T

3 lines
37 B
Kotlin
Vendored

class C {
var x: String? = null
}