Update tests affected by ProperTypeInferenceConstraintsProcessing feature
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: -ProperTypeInferenceConstraintsProcessing
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: -ProperTypeInferenceConstraintsProcessing
|
||||||
sealed class Subtype<A1, B1> {
|
sealed class Subtype<A1, B1> {
|
||||||
abstract fun cast(value: A1): B1
|
abstract fun cast(value: A1): B1
|
||||||
class Trivial<A2 : B2, B2> : Subtype<A2, B2>() {
|
class Trivial<A2 : B2, B2> : Subtype<A2, B2>() {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: -ProperTypeInferenceConstraintsProcessing
|
||||||
sealed class Subtype<A1, B1> {
|
sealed class Subtype<A1, B1> {
|
||||||
abstract fun cast(value: A1): B1
|
abstract fun cast(value: A1): B1
|
||||||
class Trivial<A2 : B2, B2> : Subtype<A2, B2>() {
|
class Trivial<A2 : B2, B2> : Subtype<A2, B2>() {
|
||||||
|
|||||||
Reference in New Issue
Block a user