Support '-suppress warnings'

#KT-3319 In Progress
This commit is contained in:
Andrey Breslav
2013-09-22 18:49:29 +04:00
parent c0e8038ed2
commit 9fef0c8650
10 changed files with 86 additions and 25 deletions
+10
View File
@@ -0,0 +1,10 @@
import jet.Any
import jet.Any
fun foo(p: Int??) {
}
trait T {
abstract fun foo()
}