Files
kotlin-fork/compiler/testData/integration/ant/js/suppressWarnings/root1/foo.kt
T
Stanislav Erokhin 88815c40cc Minor. Fix testdata.
2015-09-24 14:07:51 +03:00

14 lines
121 B
Kotlin
Vendored

package foo
import kotlin.Any
fun foo(p: Int??) {
}
interface T {
abstract fun foo()
}
fun box(): String = "OK"