40dd229021
#KT-21172 Fixed
11 lines
107 B
Kotlin
Vendored
11 lines
107 B
Kotlin
Vendored
class A {
|
|
constructor() {
|
|
a = 1
|
|
foo()
|
|
}
|
|
|
|
val a<caret>: Int
|
|
|
|
fun foo() {}
|
|
}
|