Skip to content

Commit

Permalink
Add missing @API annotation on anyForSubtypeOf()
Browse files Browse the repository at this point in the history
  • Loading branch information
jibidus committed Mar 3, 2024
1 parent 5c8edc9 commit e599a36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ inline fun <reified T> anyForType(): TypeArbitrary<T>
* ```
* @param enableArbitraryRecursion is applied to all created [TypeArbitrary].
*/
@API(status = API.Status.EXPERIMENTAL, since = "1.8.4")
inline fun <reified T> anyForSubtypeOf(
enableArbitraryRecursion: Boolean = false,
crossinline subtypeScope: SubtypeScope<T>.() -> Unit = {}
Expand Down

0 comments on commit e599a36

Please sign in to comment.