added test for deparenthesize
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package t
|
||||
|
||||
fun foo(array: Array<Int>) {
|
||||
(array[0] : <!DEBUG_INFO_MISSING_UNRESOLVED!>Int<!>) = 22
|
||||
}
|
||||
Reference in New Issue
Block a user