fix more compilation errors and some tests
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
fun foo() {
|
||||
@Suppress("REDUNDANT_NULLABLE")
|
||||
call("": String?<caret>?)
|
||||
call("" as String??)
|
||||
}
|
||||
|
||||
fun call(s: String?) {}
|
||||
Reference in New Issue
Block a user