Process captured types with type variable inside properly, in the operations related with the type variables fixation

This commit is contained in:
Victor Petukhov
2021-03-15 12:53:18 +03:00
parent a2b1aa753b
commit 60f2f85be7
4 changed files with 35 additions and 21 deletions
@@ -143,7 +143,7 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
}
@Test
@TestMetadata("javaAnnotationArrayValueDefault.kt")
@TestMetadata("javaAnnotatestInferenceWithTypeVariableInsideCapturedType tionArrayValueDefault.kt")
public void testJavaAnnotationArrayValueDefault() throws Exception {
runTest("compiler/testData/codegen/box/annotations/javaAnnotationArrayValueDefault.kt");
}