Resolve invoke on any kind of expressions, not only on simple name expressions

This commit is contained in:
Svetlana Isakova
2014-02-04 19:07:06 +04:00
parent c7087d170e
commit a829da185d
31 changed files with 391 additions and 101 deletions
@@ -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