JS: equals, hashCode, toString support in inline classes

This commit is contained in:
Anton Bannykh
2018-08-16 13:34:38 +03:00
committed by Ilya Gorbunov
parent a8596a9cd6
commit a11c4871ea
4 changed files with 13 additions and 5 deletions
@@ -1,5 +1,5 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR, JS_IR, JS
// IGNORE_BACKEND: JVM_IR, JS_IR
inline class InlineFloat(val data: Float)
@@ -1,5 +1,5 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JVM_IR, JS
// IGNORE_BACKEND: JVM_IR
inline class Z(val value: Int)