From 2eb805e47505388c0e47102e9257f6f79681e699 Mon Sep 17 00:00:00 2001
From: Simon Ogorodnik
Date: Thu, 9 Mar 2017 17:47:09 +0300
Subject: Create HTML based format for kotlin-website
---
core/testdata/format/website-html/overloadGroup.html | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 core/testdata/format/website-html/overloadGroup.html
(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
new file mode 100644
index 00000000..2482f8fb
--- /dev/null
+++ b/core/testdata/format/website-html/overloadGroup.html
@@ -0,0 +1,18 @@
+
+magic
+
+
fun magic(spell: String): Int
+
Parameters
+
+spell
- The text of spell, often distributed on scrolls
+
ReturnSpell ID for future casts
+
+
+
+
fun magic(spell: Int): Int
+
Parameters
+
+spell
- Spell ID of previously casted spell
+
ReturnSpell ID for future casts
+
+
--
cgit