Files
kotlin-fork/compiler/testData/cli/warnings.kt
T
2015-05-12 19:43:17 +02:00

10 lines
99 B
Kotlin

import kotlin.Any
import kotlin.Any
fun foo(p: Int??) {
}
interface T {
abstract fun foo()
}