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|