d587bb2ea6
#KT-9401 Fixed
5 lines
52 B
Kotlin
Vendored
5 lines
52 B
Kotlin
Vendored
open class K(i: Int) {
|
|
open fun foo() {
|
|
|
|
}
|
|
} |