Added init keyword to builtins, maven projects and stdlib
This commit is contained in:
@@ -73,7 +73,7 @@ public class $progression(
|
||||
override val end: $t,
|
||||
override val increment: $incrementType
|
||||
) : Progression<$t> {
|
||||
{
|
||||
init {
|
||||
$constructor
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user