Files
kotlin-fork/compiler/testData/cli/jvm/jspecifyDefault.out
T
Mikhael Bogdanov 7854e9c3d7 Update CLI tests
2021-07-29 19:45:54 +02: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