Some additional secondary constructor examples.

This commit is contained in:
Dmitry Petrov
2016-09-06 17:20:12 +03:00
committed by Dmitry Petrov
parent 3e96f7b015
commit 0c0dac4822
2 changed files with 10 additions and 0 deletions
@@ -11,4 +11,7 @@ class TestInitBlock : Base {
x = 0
}
constructor()
constructor(z: Any)
constructor(y: Int): this()
}