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