Added init keyword to builtins, maven projects and stdlib

This commit is contained in:
Stanislav Erokhin
2015-04-01 03:58:05 +03:00
parent 7cac6e3c5e
commit 6ab83c9b8c
8 changed files with 18 additions and 17 deletions
@@ -73,7 +73,7 @@ public class $progression(
override val end: $t,
override val increment: $incrementType
) : Progression<$t> {
{
init {
$constructor
}