JVM_IR: Generate fake continuations and their constructors as public

#KT-37093 Fixed
This commit is contained in:
Ilmir Usmanov
2020-03-04 16:51:43 +01:00
parent c94f8d3767
commit 354fb3c4ba
15 changed files with 414 additions and 54 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
inline fun <T> bar() { }
inline fun <U, reified V> baz() {}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
inline val <reified Z> Z.extProp: String
get() = "123"