9 lines
81 B
Kotlin
Vendored
9 lines
81 B
Kotlin
Vendored
import kotlin.Any
|
|
|
|
fun foo(p: Int??) {
|
|
|
|
}
|
|
|
|
interface T {
|
|
abstract fun foo()
|
|
} |