Evaluate expression: check for syntactic errors
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user