Files
kotlin-fork/testData/ast/field/file/internalField.kt
T

6 lines
50 B
Kotlin

open class C(f : Foo?) {
var f : Foo?
{
$f = f
}
}