"Change to function invocation" fix added

This commit is contained in:
Svetlana Isakova
2012-05-23 18:53:22 +04:00
parent b22a7dbf99
commit 327b471eaf
6 changed files with 90 additions and 4 deletions
@@ -0,0 +1,8 @@
// "Change to function invocation" "true"
package a
fun foo() {}
fun test() {
foo()
}