5 lines
97 B
Kotlin
Vendored
5 lines
97 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// DISABLE-ERRORS
|
|
class C {
|
|
<caret>private lateinit val bar: String
|
|
} |