Reserve box/unbox/equals/hashCode methods inside inline classes

#KT-26573 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2018-08-31 17:23:23 +03:00
parent 7f8863bfd0
commit 002a66fec1
10 changed files with 130 additions and 2 deletions
@@ -1,6 +1,8 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR
@file:Suppress("RESERVED_MEMBER_INSIDE_INLINE_CLASS")
inline class Z(val data: Int) {
override fun equals(other: Any?): Boolean =
other is Z &&