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

6 lines
57 B
Kotlin

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