Evaluate expression: check for syntactic errors

This commit is contained in:
Natalia Ukhorskaya
2014-05-14 11:46:12 +04:00
parent d70770afb2
commit 8c0f99001b
5 changed files with 38 additions and 0 deletions
@@ -0,0 +1,9 @@
package syntacticError
fun main(args: Array<String>) {
//Breakpoint!
args.size
}
// EXPRESSION: args.
// RESULT: Expecting an element; looking at ERROR_ELEMENT '(1,6) in /fragment.kt