mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
Fix coercion result for inline classes, add comment
This commit is contained in:
@@ -17,7 +17,7 @@ fun test(a: Any, b: Any?) {
|
||||
}
|
||||
|
||||
// 2 INSTANCEOF UInt
|
||||
// 1 CHECKCAST UInt
|
||||
// 2 CHECKCAST UInt
|
||||
|
||||
// 1 INVOKEVIRTUAL UInt.unbox
|
||||
// 2 INVOKESTATIC UInt\$Erased.member
|
||||
|
||||
Reference in New Issue
Block a user