9a8a8364dd
#KT-4344 Fixed
4 lines
71 B
Kotlin
4 lines
71 B
Kotlin
public class Foo: Small() {
|
|
override fun test(hi: String) {
|
|
}
|
|
} |