Fix type safe barrier bridges for generics with non-trivial upper bound

This commit is contained in:
SvyatoslavScherbina
2020-11-02 20:52:45 +03:00
committed by Stanislav Erokhin
parent 8c5bb6420a
commit 77fcc0d010
5 changed files with 77 additions and 21 deletions
@@ -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"
}