Files
kotlin-fork/compiler/testData/cli/js/languageVersion.out
T
Mikhael Bogdanov 7854e9c3d7 Update CLI tests
2021-07-29 19:45:54 +02:00

6 lines
284 B
Plaintext
Vendored

warning: language version 1.4 is deprecated and its support will be removed in a future version of Kotlin
compiler/testData/cli/js/languageVersion.kt:3:1: error: the feature "sealed interfaces" is only available since language version 1.5
sealed interface Polygon
^
COMPILATION_ERROR