JVM_IR emulate old back-end behavior in special bridges + inline classes

KT-42491 KT-42539
This commit is contained in:
Dmitry Petrov
2020-10-08 15:32:18 +03:00
parent 92fa13cbab
commit a412596d8e
57 changed files with 1508 additions and 1172 deletions
@@ -0,0 +1,3 @@
// IGNORE_ANNOTATIONS
abstract class MutableCollectionOfLong : MutableList<Long>