Add test to check work of inline classes with callable references
This commit is contained in:
+5
@@ -11174,6 +11174,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/callComputablePropertyInsideInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callableReferencesWithInlineClasses.kt")
|
||||
public void testCallableReferencesWithInlineClasses() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/callableReferencesWithInlineClasses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("checkBoxUnboxOfArgumentsOnInlinedFunctions.kt")
|
||||
public void testCheckBoxUnboxOfArgumentsOnInlinedFunctions() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/checkBoxUnboxOfArgumentsOnInlinedFunctions.kt");
|
||||
|
||||
Reference in New Issue
Block a user