blob: 132f756ea6219030d3306ef41b5c674a2f16fbd6 [file] [log] [blame] [edit]
import kotlin.Any
fun foo(p: Int??) {
}
interface T {
abstract fun foo()
}