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" )