Resolve invoke on any kind of expressions, not only on simple name expressions
This commit is contained in:
@@ -7,4 +7,4 @@ class Z{
|
||||
}
|
||||
}
|
||||
|
||||
// 2 invoke \(LZ;I\)V
|
||||
// 1 invoke \(LZ;I\)V
|
||||
@@ -2,4 +2,4 @@ fun test() {
|
||||
1.{Int.() -> 2}()
|
||||
}
|
||||
|
||||
// 2 invoke \(I\)I
|
||||
// 1 invoke \(I\)I
|
||||
Reference in New Issue
Block a user