TESTS: "for" and INSTANCEOF, NOT_INSTANCEOF, isInstanceOf on interface are added
This commit is contained in:
committed by
vvlevchenko
parent
3a49e69046
commit
c1bb762417
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user