Convert Parameter to Receiver: Replace parameter references with labeled this-expressions (before shortening them). Report conflict when this-label is ambiguous
#KT-7681 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(<caret>bar: Int) {
|
||||
object {
|
||||
fun baz() {
|
||||
bar + 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user