Files
kotlin-fork/compiler/testData/cli/jvm/jspecifyDefault.out
T
2023-01-30 09:29:57 +00:00

5 lines
152 B
Plaintext
Vendored

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