Files
kotlin-fork/compiler/testData/cli/jvm/internalArgEnableLanguageFeature.out
T
Mikhail Glukhikh 2a8b655294 Update tests after switching to LV 2.0
Related to KT-59171
2023-09-19 15:46:27 +00:00

6 lines
272 B
Plaintext
Vendored

compiler/testData/cli/jvm/internalArgEnableLanguageFeature.kt:9:1: error: 'Class Impl' overrides 'var' property 'a' with inherited 'val' property 'public final val /Open.a: kotlin/String
public get(): kotlin/String'.
class Impl : Open(), Interface
^
COMPILATION_ERROR