Change Signature: Substitute new function name into generated this-expressions
#KT-7920 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class C {
|
||||
fun <caret>foo(p: String) {
|
||||
print(p)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user