Tests: minor, add box test for KT-31367/KT-61805
For some reason, codegen box test was not added in 082c337faa. The main
point of it now is to check that everything works correctly in the
IrFakeOverrideBuilder mode.
This commit is contained in:
committed by
Space Team
parent
15094eb03a
commit
35caae355d
+5
@@ -26003,6 +26003,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/javaInterop/inheritanceWithWildcard.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaForKotlinOverrideProperty.kt")
|
||||
public void testJavaForKotlinOverrideProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/javaForKotlinOverrideProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("javaInterfaceFieldDirectAccess.kt")
|
||||
public void testJavaInterfaceFieldDirectAccess() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/javaInterfaceFieldDirectAccess.kt");
|
||||
|
||||
Reference in New Issue
Block a user