aboutsummaryrefslogtreecommitdiff
path: root/core/content-matcher-test-utils/api
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2022-06-30 17:31:19 +0200
committerGitHub <noreply@github.com>2022-06-30 17:31:19 +0200
commitfd92fc0d261f50139ab80d47251316c4f7882dea (patch)
tree5f3c8014c4ab815359634dbb952e91d7a899d27f /core/content-matcher-test-utils/api
parente3c76cba8e9838b3ab2635261e3c143690fbc0c8 (diff)
downloaddokka-fd92fc0d261f50139ab80d47251316c4f7882dea.tar.gz
dokka-fd92fc0d261f50139ab80d47251316c4f7882dea.tar.bz2
dokka-fd92fc0d261f50139ab80d47251316c4f7882dea.zip
Bump essential dependencies (#2534)
Diffstat (limited to 'core/content-matcher-test-utils/api')
-rw-r--r--core/content-matcher-test-utils/api/content-matcher-test-utils.api1
1 files changed, 1 insertions, 0 deletions
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 <init> (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
}