TEST: tests for instanceof are modified to take in account null and nullable
This commit is contained in:
committed by
vvlevchenko
parent
6331323ef1
commit
3eec3da511
@@ -252,7 +252,8 @@ task objectBasic(type: UnitKonanTest) {
|
||||
source = "codegen/klass/basic.kt"
|
||||
}
|
||||
|
||||
task check_type(type: UnitKonanTest) {
|
||||
task check_type(type: RunKonanTest) {
|
||||
goldValue = "true\nfalse\ntrue\ntrue\ntrue\ntrue\n"
|
||||
source = "codegen/basics/check_type.kt"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user