Fix inline class type coercion in == with generic call
#KT-27393 Fixed
This commit is contained in:
+5
@@ -11674,6 +11674,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/equalityForBoxesOfNullableValuesOfInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("equalsOperatorWithGenericCall.kt")
|
||||
public void testEqualsOperatorWithGenericCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/equalsOperatorWithGenericCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extLambdaInInlineClassFun.kt")
|
||||
public void testExtLambdaInInlineClassFun() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/extLambdaInInlineClassFun.kt");
|
||||
|
||||
Reference in New Issue
Block a user