IR: check type parameter bounds equality in overrides
The code is exactly the same as in K1's `OverridingUtil.areTypeParametersEquivalent`. #KT-63442 Fixed
This commit is contained in:
committed by
Space Team
parent
560c1cacf3
commit
fc7de5ab97
+15
@@ -16071,6 +16071,21 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/fir/flexibleStaticConstantFromJava.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("functionsDifferInTypeParameterBounds.kt")
|
||||
public void testFunctionsDifferInTypeParameterBounds() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/functionsDifferInTypeParameterBounds.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("functionsDifferInTypeParameterBounds2.kt")
|
||||
public void testFunctionsDifferInTypeParameterBounds2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/functionsDifferInTypeParameterBounds2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("functionsDifferInTypeParameterBounds3.kt")
|
||||
public void testFunctionsDifferInTypeParameterBounds3() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/functionsDifferInTypeParameterBounds3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("getOnNullableTypeAlias.kt")
|
||||
public void testGetOnNullableTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/getOnNullableTypeAlias.kt");
|
||||
|
||||
Reference in New Issue
Block a user