Change Signature/Rename: Fix renaming of extension function parameter

This commit is contained in:
Alexey Sedunov
2015-06-10 15:46:59 +03:00
parent a0aba04338
commit d2c33c13a6
11 changed files with 76 additions and 2 deletions
@@ -0,0 +1,3 @@
fun Int.foo(b: Int): Int {
return this + b
}