Annotate kotlin.reflect.jvm.reflect with ExperimentalReflectionOnLambdas
This function was always experimental, as explained in its kdoc, but it was introduced before opt-in requirement markers were supported. Thus, breaking changes (such as in KT-42746) were always expected, and the `@ExperimentalReflectionOnLambdas` annotation just makes it clearer. #KT-45486 Fixed
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// !USE_EXPERIMENTAL: kotlin.reflect.jvm.ExperimentalReflectionOnLambdas
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.reflect.KParameter
|
||||
|
||||
Reference in New Issue
Block a user