Files
kotlin-fork/idea/resources/fileTemplates/internal/Kotlin Object.kt.html
T
2015-02-20 13:43:03 +03:00

14 lines
322 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 object
</font>
</td>
</tr>
</table>
</body>
</html>