Fix typeAnnotationTarget6.kt codegen box test
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ fun box(): String {
|
|||||||
checkTypeAnnotation(
|
checkTypeAnnotation(
|
||||||
::foo.javaMethod!!.annotatedReturnType,
|
::foo.javaMethod!!.annotatedReturnType,
|
||||||
"kotlin.jvm.functions.Function1<java.lang.String, kotlin.Unit>",
|
"kotlin.jvm.functions.Function1<java.lang.String, kotlin.Unit>",
|
||||||
"",
|
"@kotlin.ExtensionFunctionType()",
|
||||||
"foo"
|
"foo"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user