[IR] Allow Fir2Ir symbols in function factory

This commit is contained in:
Mikhail Glukhikh
2020-06-26 18:02:00 +03:00
parent a6234eb261
commit c4d41f48a3
7 changed files with 3 additions and 8 deletions
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND_FIR: JVM_IR
interface I {
fun inherited(s: String): String = privateInherited(s)