diff options
Diffstat (limited to 'core/testdata/format/website-html/overloadGroup.kt')
-rw-r--r-- | core/testdata/format/website-html/overloadGroup.kt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/core/testdata/format/website-html/overloadGroup.kt b/core/testdata/format/website-html/overloadGroup.kt deleted file mode 100644 index 5bc98e3d..00000000 --- a/core/testdata/format/website-html/overloadGroup.kt +++ /dev/null @@ -1,15 +0,0 @@ -/** - * @param spell The text of spell, often distributed on scrolls - * @return Spell ID for future casts - */ -fun magic(spell: String): Int { - -} - -/** - * @param spell Spell ID of previously casted spell - * @return Spell ID for future casts - */ -fun magic(spell: Int): Int { - -}
\ No newline at end of file |