Fix type safe barrier bridges for generics with non-trivial upper bound
This commit is contained in:
committed by
Stanislav Erokhin
parent
8c5bb6420a
commit
77fcc0d010
@@ -1540,6 +1540,10 @@ task bridges_special(type: KonanLocalTest) {
|
||||
source = "codegen/bridges/special.kt"
|
||||
}
|
||||
|
||||
task bridges_specialGeneric(type: KonanLocalTest) {
|
||||
source = "codegen/bridges/specialGeneric.kt"
|
||||
}
|
||||
|
||||
task bridges_nativePointed(type: KonanLocalTest) {
|
||||
source = "codegen/bridges/nativePointed.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user