mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Generate function from Any for inline classes same as for data classes
#KT-24873 Fixed #KT-25293 Fixed #KT-25299 Fixed
This commit is contained in:
@@ -28,7 +28,7 @@ fun test() {
|
||||
fun takeUInt(u: UInt) {}
|
||||
|
||||
// 1 INVOKESTATIC UInt\$Erased.box
|
||||
// 0 INVOKEVIRTUAL UInt.unbox
|
||||
// 1 INVOKEVIRTUAL UInt.unbox
|
||||
|
||||
// 0 INVOKEVIRTUAL UIntIterator.iterator
|
||||
// 1 INVOKESTATIC kotlin/jvm/internal/ArrayIteratorsKt.iterator
|
||||
|
||||
Reference in New Issue
Block a user