JVM IR: Avoid boxing in inline class equality

This commit is contained in:
Steven Schäfer
2019-08-22 11:55:52 +02:00
committed by Alexander Udalov
parent b85a475358
commit 2c7da67600
3 changed files with 106 additions and 17 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// !LANGUAGE: +InlineClasses
@file:Suppress("RESERVED_MEMBER_INSIDE_INLINE_CLASS")