Files
kotlin-fork/compiler/testData/cli/jvm/jspecifyByLv16.out
T

6 lines
285 B
Plaintext
Vendored

warning: language version 1.6 is experimental, there are no backwards compatibility guarantees for new language and library features
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