[FE 1.0] Fix subtyping for captured integer literal types
^KT-50877 Fixed
This commit is contained in:
committed by
teamcity
parent
7395f8e019
commit
ec6ec20728
+6
@@ -22956,6 +22956,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/javaEmptyList.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50877.kt")
|
||||
public void testKt50877() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/kt50877.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodTypeParameterDefaultBound.kt")
|
||||
public void testMethodTypeParameterDefaultBound() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user