fix more compilation errors and some tests

This commit is contained in:
Dmitry Jemerov
2015-10-08 16:53:43 +02:00
parent f5aaf65ca9
commit a63d3f5a0f
13 changed files with 29 additions and 56 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
fun foo() {
@Suppress("REDUNDANT_NULLABLE")
call("": String?<caret>?)
call("" as String??)
}
fun call(s: String?) {}