Files
kotlin-fork/compiler/testData/integration/smoke/syntaxErrors/test.compile.expected
T
2024-02-20 20:09:08 +00:00

14 lines
408 B
Plaintext
Vendored

ERR:
test.kt:4:13: error: classifier 'class System : Any' does not have a companion object, so it cannot be used as an expression.
val s = System.in
^^^^^^
test.kt:4:13: error: syntax error: Qualified expression without selector.
val s = System.in
^^^^^^^^^
test.kt:4:20: error: syntax error: Expecting an element.
val s = System.in
^^
Return code: 1