d7e79e7f28
#KT-8324 Fixed
5 lines
87 B
Kotlin
Vendored
5 lines
87 B
Kotlin
Vendored
open class A(n: Int)
|
|
|
|
fun foo() {
|
|
val x = object : A(<selection>1</selection>) {}
|
|
} |