FIR: copy constructor for typealias'ed inner/nested class

This commit is contained in:
Jinseong Jeon
2020-10-06 12:02:58 -07:00
committed by Denis Zharkov
parent 5e5712afbb
commit 8c88670185
7 changed files with 83 additions and 16 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
class Outer(val x: String) {
inner class Inner(val y: String) {
val z = x + y