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