Files
kotlin-fork/compiler/testData/cli/jvm/jsr305Warn.out
T
2018-07-13 17:51:21 +03:00

5 lines
152 B
Plaintext
Vendored

compiler/testData/cli/jvm/jsr305Usage.kt:2:11: warning: type mismatch: inferred type is Nothing? but String was expected
a.foo(null)
^
OK