mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Mark synthesized box/unbox methods in inline classes as ACC_SYNTHETIC
This commit is contained in:
@@ -7,5 +7,5 @@ fun test(zs: MutableList<Z2>, z: Z2) {
|
||||
zs.add(z)
|
||||
}
|
||||
|
||||
// 1 public final static box\(I\)LZ2;
|
||||
// 1 public final static synthetic box\(I\)LZ2;
|
||||
// 1 INVOKESTATIC Z2\.box \(I\)LZ2;
|
||||
Reference in New Issue
Block a user