From a91570210d078c84b60d9eb0245d6a29f302f2c6 Mon Sep 17 00:00:00 2001 From: KrystianUjma Date: Mon, 10 Jun 2019 18:21:32 +0200 Subject: fix kotlin website html tests --- core/testdata/format/website-html/overloadGroup.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'core/testdata/format/website-html/overloadGroup.html') diff --git a/core/testdata/format/website-html/overloadGroup.html b/core/testdata/format/website-html/overloadGroup.html index aaba9c96..808cd606 100644 --- a/core/testdata/format/website-html/overloadGroup.html +++ b/core/testdata/format/website-html/overloadGroup.html @@ -1,13 +1,19 @@ -
test / magic
+
test / magic

magic

-
+
+
+
+
fun magic(spell: String): Int

Parameters

spell - The text of spell, often distributed on scrolls

Return Spell ID for future casts

-
+
+
+
+
fun magic(spell: Int): Int

Parameters

-- cgit