JS: equals, hashCode, toString support in inline classes
This commit is contained in:
committed by
Ilya Gorbunov
parent
a8596a9cd6
commit
a11c4871ea
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user