KT-2207 Syntax errors are not reported from the compiler

#KT-2207 fixed
This commit is contained in:
Svetlana Isakova
2012-06-07 18:28:37 +04:00
parent 07d519a2d0
commit ec5aed82af
4 changed files with 20 additions and 0 deletions
@@ -0,0 +1,3 @@
OUT ERROR: [TestData]/test.kt: (4, 20) Expecting an element
ERR exec() finished with COMPILATION_ERROR return code
Return code: 1
@@ -0,0 +1,5 @@
package test
fun test() {
val s = System.in
}