Corrections after review + one more test added

This commit is contained in:
Valentin Kipyatkov
2014-12-24 14:16:40 +03:00
parent bfdbbe0247
commit 64da34e78b
5 changed files with 24 additions and 10 deletions
@@ -0,0 +1,8 @@
fun foo(p: Int){}
fun f() {
f<caret>
(a + b).x()
}
// ELEMENT: foo
@@ -0,0 +1,8 @@
fun foo(p: Int){}
fun f() {
foo(<caret>)
(a + b).x()
}
// ELEMENT: foo