blob: 83c9b2d2a6f14ccc13f79bc5b436681d682378c8 [file]
compiler/testData/cli/jvm/jsr305Usage.kt:2:11: error: null cannot be a value of a non-null type 'kotlin.String'.
a.foo(null)
^^^^
COMPILATION_ERROR