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