From f82fe20d43fc32a42b9a3ad3bc17f20f5040962f Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Thu, 5 Dec 2019 18:27:47 +0300 Subject: [PATCH] [FIR] fix test data according to last commits --- .../testData/resolve/expresssions/annotationWithReturn.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/fir/resolve/testData/resolve/expresssions/annotationWithReturn.txt b/compiler/fir/resolve/testData/resolve/expresssions/annotationWithReturn.txt index 6743a846e0b..644c00b5163 100644 --- a/compiler/fir/resolve/testData/resolve/expresssions/annotationWithReturn.txt +++ b/compiler/fir/resolve/testData/resolve/expresssions/annotationWithReturn.txt @@ -4,7 +4,7 @@ FILE: annotationWithReturn.kt public get(): R|kotlin/Int| public final annotation class Some : R|kotlin/Annotation| { public constructor(value: R|kotlin/Int|): R|Some| { - super() + super() } public final val value: R|kotlin/Int| = R|/value|