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