Change Signature: Substitute new function name into generated this-expressions

#KT-7920 Fixed
This commit is contained in:
Alexey Sedunov
2015-06-04 14:20:04 +03:00
parent aa8adbeddc
commit 1d59c7e0e4
4 changed files with 20 additions and 2 deletions
@@ -0,0 +1,5 @@
class C {
fun <caret>foo(p: String) {
print(p)
}
}