annotate 'getArrayExpression' with @Nullable @IfNotParsed

from EA
This commit is contained in:
Svetlana Isakova
2013-04-11 16:31:42 +04:00
parent c422e4194d
commit 3168b732d3
5 changed files with 35 additions and 15 deletions
@@ -0,0 +1,7 @@
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"]<!>
}