Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/annotations/publicField/publicFieldOnDelegatedProperty.kt
T
2015-07-07 16:35:23 +03:00

3 lines
98 B
Kotlin
Vendored

class C {
private <!INAPPLICABLE_PUBLIC_FIELD!>@publicField<!> val a: String by lazy { "A" }
}