Files
kotlin-fork/compiler/testData/cli/jvm/internalArgWrongPrefix.out
T
2018-06-18 11:52:31 +03:00

6 lines
259 B
Plaintext
Vendored

warning: flag is not supported by this version of the compiler: -XX:+InlineClasses
compiler/testData/cli/jvm/inlineClass.kt:1:1: error: the feature "inline classes" is only available since language version 1.3
inline class Foo(val x: Int)
^
COMPILATION_ERROR