Resolve operation (unary, array access) on error element instead of ignoring it

(to record corresponding call for later simplification in control flow)
Generate code for unmapped arguments in control flow
This commit is contained in:
Svetlana Isakova
2014-07-12 14:18:44 +04:00
parent 3cc02c57fc
commit 4477a96ca7
14 changed files with 146 additions and 58 deletions

View File

@@ -1,7 +1,5 @@
package bar
fun main(args : Array<String>) {
<!DEBUG_INFO_MISSING_UNRESOLVED!><!NO_CLASS_OBJECT!>String<!>[<!SYNTAX!><!>]<!> <!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>names<!> <!DEBUG_INFO_MISSING_UNRESOLVED!><!SYNTAX!>=<!> ["ads"]<!>
}
<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!><!NO_CLASS_OBJECT!>String<!>[<!SYNTAX!><!>]<!> <!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>names<!> <!DEBUG_INFO_MISSING_UNRESOLVED!><!SYNTAX!>=<!> ["ads"]<!>
}