From fd92fc0d261f50139ab80d47251316c4f7882dea Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 30 Jun 2022 17:31:19 +0200 Subject: Bump essential dependencies (#2534) --- core/content-matcher-test-utils/api/content-matcher-test-utils.api | 1 + 1 file changed, 1 insertion(+) (limited to 'core/content-matcher-test-utils') diff --git a/core/content-matcher-test-utils/api/content-matcher-test-utils.api b/core/content-matcher-test-utils/api/content-matcher-test-utils.api index 7d760ae7..bd90a04e 100644 --- a/core/content-matcher-test-utils/api/content-matcher-test-utils.api +++ b/core/content-matcher-test-utils/api/content-matcher-test-utils.api @@ -1,6 +1,7 @@ public final class matchers/content/ContentMatcherBuilder { public fun (Lkotlin/reflect/KClass;)V public final fun build ()Lorg/jetbrains/dokka/test/tools/matchers/content/CompositeMatcher; + public final fun getChildren ()Ljava/util/List; public final fun unaryPlus (Ljava/lang/String;)V } -- cgit