Native: fix ^KT-49384

Don't report errors for projections in nested type arguments of
SAM conversion target types.
This commit is contained in:
Svyatoslav Scherbina
2021-10-25 16:03:51 +03:00
committed by Space
parent 65bea27431
commit 99447a11c1
4 changed files with 58 additions and 4 deletions
@@ -3181,6 +3181,10 @@ task funInterface_kt43887(type: KonanLocalTest) {
source = "codegen/funInterface/kt43887.kt"
}
task funInterface_kt49384(type: KonanLocalTest) {
source = "codegen/funInterface/kt49384.kt"
}
task objectExpression1(type: KonanLocalTest) {
useGoldenData = true
source = "codegen/objectExpression/expr1.kt"