Inner classes lowering.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Outer {
|
||||
inner class Inner(val x: Int) {
|
||||
constructor() : this(0)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user