6 lines
90 B
Kotlin
6 lines
90 B
Kotlin
package test
|
|
|
|
public class Sub: Super() {
|
|
override fun foo(r: (() -> Unit)?) {
|
|
}
|
|
} |