8fe14b7ba5
#KT-11765 Fixed
6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
interface I {
|
|
<error>init {
|
|
val c = 1
|
|
val g = c
|
|
}</error>
|
|
} |