Mark synthesized box/unbox methods in inline classes as ACC_SYNTHETIC

This commit is contained in:
Dmitry Petrov
2018-09-05 15:12:02 +03:00
parent c86ee90bec
commit d8a6db8774
8 changed files with 17 additions and 14 deletions

View File

@@ -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;