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