Introduce new naming convention for captured receiver backing fields
'receiver$0' -> '$this_<label>'
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun String.foo(a: Int) {}
|
||||
Reference in New Issue
Block a user
'receiver$0' -> '$this_<label>'
@@ -0,0 +1 @@
|
||||
fun String.foo(a: Int) {}
|
||||