Bug Fix for KT-4652 Replace with Infix Call

This commit is contained in:
Lingzhang
2014-04-03 15:57:56 -04:00
parent d28ca5bdfa
commit 6feee57d5e
6 changed files with 43 additions and 0 deletions
@@ -0,0 +1,4 @@
// IS_APPLICABLE: false
fun foo(x: Int) {
x.times(<caret>1)
}