Lambda --> reference supports bound references now #KT-13111 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// IS_APPLICABLE: true
|
||||
// WITH_RUNTIME
|
||||
|
||||
class Owner(val z: Int) {
|
||||
fun foo(y: Int) = y + z
|
||||
val x = 7.let {<caret> foo(it) }
|
||||
}
|
||||
Reference in New Issue
Block a user