Do substitution of a type enhancement, not only lower and upper bounds
^KT-44439 Fixed
This commit is contained in:
Generated
+6
@@ -14195,6 +14195,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
public void testSubstitutionIntoInnerClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/substitutions/substitutionIntoInnerClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("substitutionOfTypeEnhancement.kt")
|
||||
public void testSubstitutionOfTypeEnhancement() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/substitutions/substitutionOfTypeEnhancement.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user