Fix inline classes coercion in 'if' expression
#KT-27132
This commit is contained in:
+5
@@ -11859,6 +11859,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt27096_reference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27132.kt")
|
||||
public void testKt27132() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt27132.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27140.kt")
|
||||
public void testKt27140() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt27140.kt");
|
||||
|
||||
Reference in New Issue
Block a user