TEST: primary/secondary constructor fields initialization

This commit is contained in:
Vasily Levchenko
2016-11-24 09:58:36 +03:00
committed by vvlevchenko
parent 62917fd171
commit 48ee81548e
3 changed files with 24 additions and 0 deletions
+4
View File
@@ -219,6 +219,10 @@ task fields(type: UnitKonanTest) {
}
task fields1(type: UnitKonanTest) {
source = "codegen/object/fields1.kt"
}
task constructor(type: UnitKonanTest) {
source = "codegen/object/constructor.kt"
}