Files
kotlin-fork/compiler/testData/integration/smoke/syntaxErrors/test.compile.expected
T
2023-09-19 15:46:28 +00:00

11 lines
284 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:20: error: syntax error: Expecting an element.
val s = System.in
^
Return code: 1