Minor. Ignore some tests on old JVM, JS_IR, JS and WASM

#KT-32162
This commit is contained in:
Ilmir Usmanov
2022-01-03 15:42:06 +01:00
parent 2fedb97d16
commit 84ccf412cb
38 changed files with 186 additions and 155 deletions
@@ -11,7 +11,7 @@
OPTIONAL_JVM_INLINE_ANNOTATION
value class Z<T: Int>(val data: T) {
override fun equals(other: Any?): Boolean =
other is Z<T> `&&`
other is Z<*> &&
data % 256 == other.data % 256
}