From 0942a414c8981a633e114b6be4984f4cf5f97c71 Mon Sep 17 00:00:00 2001 From: Abduqodiri Qurbonzoda Date: Thu, 11 Aug 2022 00:16:03 +0300 Subject: [PATCH] Fix typeAnnotationTarget6.kt codegen box test --- .../box/annotations/typeAnnotations/typeAnnotationTarget6.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/annotations/typeAnnotations/typeAnnotationTarget6.kt b/compiler/testData/codegen/box/annotations/typeAnnotations/typeAnnotationTarget6.kt index a882e99ff8f..51bd114ad71 100644 --- a/compiler/testData/codegen/box/annotations/typeAnnotations/typeAnnotationTarget6.kt +++ b/compiler/testData/codegen/box/annotations/typeAnnotations/typeAnnotationTarget6.kt @@ -19,7 +19,7 @@ fun box(): String { checkTypeAnnotation( ::foo.javaMethod!!.annotatedReturnType, "kotlin.jvm.functions.Function1", - "", + "@kotlin.ExtensionFunctionType()", "foo" )