From 52abc2ae1a608c463eed92a8dd3d63ec813f7426 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Thu, 7 May 2020 12:10:56 +0300 Subject: [PATCH] [FIR] Fix spec test data according to a new diagnostic --- .../notLinked/annotations/annotation-classes/neg/1.fir.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/tests-spec/testData/diagnostics/notLinked/annotations/annotation-classes/neg/1.fir.kt b/compiler/tests-spec/testData/diagnostics/notLinked/annotations/annotation-classes/neg/1.fir.kt index 671ade28ab7..fd18ddd1a25 100644 --- a/compiler/tests-spec/testData/diagnostics/notLinked/annotations/annotation-classes/neg/1.fir.kt +++ b/compiler/tests-spec/testData/diagnostics/notLinked/annotations/annotation-classes/neg/1.fir.kt @@ -21,13 +21,13 @@ annotation class Case12_2 annotation class Case1 @JvmOverloads constructor(val x: Int) // TESTCASE NUMBER: 2 -annotation class Case2 @[Case12_2 Case12_2 Case12_2 Case12_2 Case12_2 Case12_2 JvmOverloads Case12_1] constructor(x: Int = 10) +annotation class Case2 @[Case12_2 Case12_2 Case12_2 Case12_2 Case12_2 Case12_2 JvmOverloads Case12_1] constructor(x: Int = 10) // TESTCASE NUMBER: 3 -annotation class Case3 @Case12_2 @Case12_1 @Case12_2 @`JvmOverloads` @Case12_2 @Case12_2 constructor(x: Int = 10) +annotation class Case3 @Case12_2 @Case12_1 @Case12_2 @`JvmOverloads` @Case12_2 @Case12_2 constructor(x: Int = 10) // TESTCASE NUMBER: 4 -annotation class Case4 @Case12_2 @[Case12_2 Case12_2 Case12_2 Case12_2 Case12_2 Case12_2 JvmOverloads Case12_1] @Case12_2 @Case12_2 constructor(x: Int = 10) +annotation class Case4 @Case12_2 @[Case12_2 Case12_2 Case12_2 Case12_2 Case12_2 Case12_2 JvmOverloads Case12_1] @Case12_2 @Case12_2 constructor(x: Int = 10) // TESTCASE NUMBER: 5 annotation class Case5 @[JvmOverloads] constructor(val x: Int)