IR: handle adapted bound references
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class C {
|
||||
fun ffff(i: Int, s: String = "OK") = s
|
||||
}
|
||||
|
||||
fun box(): String = 42.run(C()::ffff)
|
||||
Reference in New Issue
Block a user