Files
kotlin-fork/compiler/testData/cli/warnings.kt
T
Andrey Breslav 9fef0c8650 Support '-suppress warnings'
#KT-3319 In Progress
2013-09-24 06:58:39 -07:00

10 lines
89 B
Kotlin

import jet.Any
import jet.Any
fun foo(p: Int??) {
}
trait T {
abstract fun foo()
}