Update tests affected by ProperTypeInferenceConstraintsProcessing feature

This commit is contained in:
Mikhael Bogdanov
2021-07-20 13:22:25 +02:00
parent 235359e028
commit 0cccb76652
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
// !LANGUAGE: -ProperTypeInferenceConstraintsProcessing
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
@@ -1,3 +1,4 @@
// !LANGUAGE: -ProperTypeInferenceConstraintsProcessing
sealed class Subtype<A1, B1> {
abstract fun cast(value: A1): B1
class Trivial<A2 : B2, B2> : Subtype<A2, B2>() {
@@ -1,3 +1,4 @@
// !LANGUAGE: -ProperTypeInferenceConstraintsProcessing
sealed class Subtype<A1, B1> {
abstract fun cast(value: A1): B1
class Trivial<A2 : B2, B2> : Subtype<A2, B2>() {