From be68dd5c112d7dcdabca9e55a5a5b4402f9c287b Mon Sep 17 00:00:00 2001 From: "Denis.Zharkov" Date: Thu, 29 Apr 2021 14:05:34 +0300 Subject: [PATCH] FIR: Update test data (suspicious UPPER_BOUND_VIOLATED) --- .../tests-spec/testData/diagnostics/notLinked/dfa/pos/25.fir.kt | 2 +- .../tests-spec/testData/diagnostics/notLinked/dfa/pos/26.fir.kt | 2 +- .../tests-spec/testData/diagnostics/notLinked/dfa/pos/27.fir.kt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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