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