added test for deparenthesize

This commit is contained in:
Svetlana Isakova
2012-11-16 15:28:26 +04:00
parent cd3892e251
commit 1c059671ba
@@ -0,0 +1,5 @@
package t
fun foo(array: Array<Int>) {
(array[0] : <!DEBUG_INFO_MISSING_UNRESOLVED!>Int<!>) = 22
}