Use GETFIELD instead of unbox-impl inside inline classes
#KT-36783 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// !LANGUAGE: +InlineClasses
|
||||
|
||||
inline class A<T>(val a: Any?)
|
||||
|
||||
// In equals-impl
|
||||
// 1 INVOKEVIRTUAL A\.unbox-impl
|
||||
Reference in New Issue
Block a user