Reference --> lambda supports bound references now #KT-16292 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// IS_APPLICABLE: true
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo() {
|
||||
listOf(1).forEach { run(<caret>it::bar) }
|
||||
}
|
||||
|
||||
fun Int.bar() {
|
||||
}
|
||||
Reference in New Issue
Block a user