From 0fa2d29779297e9a632358ba6e21571cb550e3c7 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Fri, 7 Sep 2018 00:14:33 +0300 Subject: [PATCH] Fix test data in annotationsOnUseSiteTargets.kt After the initial commit fc87043cb3 has been authored, master has advanced to 1.3 where this diagnostic had slightly changed --- .../annotationApplicability/annotationsOnUseSiteTargets.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/annotationsOnUseSiteTargets.kt b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/annotationsOnUseSiteTargets.kt index ab1257d91c0..d3ca26e8032 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/annotationsOnUseSiteTargets.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/annotations/annotationApplicability/annotationsOnUseSiteTargets.kt @@ -1,5 +1,5 @@ interface Test { - @get:JvmStatic + @get:JvmStatic val a: Int @get:JvmName("1")