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

6 lines
273 B
Plaintext
Vendored

warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
compiler/testData/cli/jvm/plugins/multiplePlugins.kt:11:17: error:
inner class Inner(val s: String)
^
COMPILATION_ERROR