TESTS: "for" and INSTANCEOF, NOT_INSTANCEOF, isInstanceOf on interface are added

This commit is contained in:
Konstantin Anisimov
2016-11-17 12:19:16 +03:00
committed by vvlevchenko
parent 3a49e69046
commit c1bb762417
4 changed files with 79 additions and 0 deletions
+4
View File
@@ -158,6 +158,10 @@ task fields(type: UnitKonanTest) {
source = "$codegen/klass/basic.kt"
} */
task check_type(type: UnitKonanTest) {
source = "codegen/basics/check_type.kt"
}
task aritmetic(type: UnitKonanTest) {
source = "codegen/function/arithmetic.kt"
}