IR: handle adapted bound references

This commit is contained in:
Georgy Bronnikov
2020-04-16 13:49:34 +03:00
parent 1827465f48
commit 2c4fcebfec
22 changed files with 101 additions and 39 deletions
@@ -0,0 +1,5 @@
class C {
fun ffff(i: Int, s: String = "OK") = s
}
fun box(): String = 42.run(C()::ffff)