blob: ddbd4018555d8f664b7903c50bf745ab18713a89 [file] [log] [blame]
compiler/testData/cli/jvm/jsr305Usage.kt:2:11: error: null can not be a value of a non-null type String
a.foo(null)
^
COMPILATION_ERROR