7 lines
141 B
Kotlin
Vendored
7 lines
141 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// ERROR: Extension property cannot be initialized because it has no backing field
|
|
|
|
class A
|
|
|
|
val A.a: Int = 0<caret>
|