40dd229021
#KT-21172 Fixed
10 lines
120 B
Plaintext
Vendored
10 lines
120 B
Plaintext
Vendored
class A {
|
|
constructor() {
|
|
foo()
|
|
}
|
|
|
|
val a<selection>: Int</selection><caret> = 1
|
|
|
|
fun foo() {}
|
|
}
|