From 21b2fcb46a10acc2afdf94639cd208d15856fdc3 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Thu, 3 Nov 2016 12:50:37 +0300 Subject: Fix for KT-14076 : empty visible div's (#108) Fix for KT-14076 : empty visible div's --- core/testdata/format/website/overloadGroup.md | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 core/testdata/format/website/overloadGroup.md (limited to 'core/testdata/format/website/overloadGroup.md') diff --git a/core/testdata/format/website/overloadGroup.md b/core/testdata/format/website/overloadGroup.md new file mode 100644 index 00000000..81cb7822 --- /dev/null +++ b/core/testdata/format/website/overloadGroup.md @@ -0,0 +1,34 @@ +--- +title: magic - test +layout: api +--- + +
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 + +spell - Spell ID of previously casted spell + +**Return** +Spell ID for future casts + +
\ No newline at end of file -- cgit