c4ddf3530d
#KT-36783 Fixed
6 lines
112 B
Kotlin
Vendored
6 lines
112 B
Kotlin
Vendored
// !LANGUAGE: +InlineClasses
|
|
|
|
inline class A<T>(val a: Any?)
|
|
|
|
// In equals-impl
|
|
// 1 INVOKEVIRTUAL A\.unbox-impl |