7 lines
103 B
Kotlin
Vendored
7 lines
103 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// DISABLE-ERRORS
|
|
class C {
|
|
<caret>var Foo.foo: String? = null
|
|
}
|
|
|
|
class Foo |