diff --git a/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/25.fir.kt b/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/25.fir.kt index 4106f420f65..ac30b24745f 100644 --- a/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/25.fir.kt +++ b/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/25.fir.kt @@ -8,7 +8,7 @@ */ open class Case1 { open inner class Case1_1: Case1() where L : CharSequence { - inner class Case1_2: Case1.Case1_1() where M : Map { + inner class Case1_2: Case1.Case1_1() where M : Map { inline fun case_1(x: Any?) { x as M x as L diff --git a/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/26.fir.kt b/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/26.fir.kt index 4106f420f65..ac30b24745f 100644 --- a/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/26.fir.kt +++ b/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/26.fir.kt @@ -8,7 +8,7 @@ */ open class Case1 { open inner class Case1_1: Case1() where L : CharSequence { - inner class Case1_2: Case1.Case1_1() where M : Map { + inner class Case1_2: Case1.Case1_1() where M : Map { inline fun case_1(x: Any?) { x as M x as L diff --git a/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/27.fir.kt b/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/27.fir.kt index 4106f420f65..ac30b24745f 100644 --- a/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/27.fir.kt +++ b/compiler/tests-spec/testData/diagnostics/notLinked/dfa/pos/27.fir.kt @@ -8,7 +8,7 @@ */ open class Case1 { open inner class Case1_1: Case1() where L : CharSequence { - inner class Case1_2: Case1.Case1_1() where M : Map { + inner class Case1_2: Case1.Case1_1() where M : Map { inline fun case_1(x: Any?) { x as M x as L