// !LANGUAGE: +InlineClasses inline class Z1(val x: Int) inline class Z2(val x: Z1) fun test(zs: MutableList, z: Z2) { zs.add(z) } // 1 public final static synthetic box\(I\)LZ2; // 1 INVOKESTATIC Z2\.box \(I\)LZ2;