diff --git a/compiler/testData/diagnostics/nativeTests/specialBackendChecks/reflect/t59.kt b/compiler/testData/diagnostics/nativeTests/specialBackendChecks/reflect/t59.kt index 6632ed9f05b..ded189c3172 100644 --- a/compiler/testData/diagnostics/nativeTests/specialBackendChecks/reflect/t59.kt +++ b/compiler/testData/diagnostics/nativeTests/specialBackendChecks/reflect/t59.kt @@ -2,7 +2,7 @@ import kotlin.reflect.* @OptIn(kotlin.ExperimentalStdlibApi::class) -fun > foo() { +inline fun > foo(block: () -> T) { typeOf>() }