FIR: copy constructor for typealias'ed inner/nested class
This commit is contained in:
committed by
Denis Zharkov
parent
5e5712afbb
commit
8c88670185
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
class Outer(val x: String) {
|
||||
inner class Inner(val y: String) {
|
||||
val z = x + y
|
||||
|
||||
Reference in New Issue
Block a user