d587bb2ea6
#KT-9401 Fixed
7 lines
81 B
Kotlin
Vendored
7 lines
81 B
Kotlin
Vendored
open class K {
|
|
constructor(n: Int, b: Boolean)
|
|
|
|
open fun foo() {
|
|
|
|
}
|
|
} |