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