AA FIR: build argument mapping for SAM conversion node
^KT-64910 fixed
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
class Test {
|
||||
fun interface Foo {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
fun uiMethod() {}
|
||||
|
||||
fun test(foo: Foo) {}
|
||||
|
||||
fun testMethodRef() {
|
||||
<expr>test(this::uiMethod)</expr>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user