Files
kotlin-fork/idea/resources/fileTemplates/internal/Kotlin Trait.kt.html
T
Evgeny Gerashchenko 0d477c2e44 Added file templates for new class/trait/enum.
#KT-1010 fixed
2012-02-16 20:25:29 +04:00

14 lines
321 B
HTML

<html>
<body>
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse">
<tr>
<td colspan="3">
<font face="verdana" size="-1">
This is a built-in template used by <b>IDEA</b> each time you create a
Kotlin trait
</font>
</td>
</tr>
</table>
</body>
</html>