[FIR] Use FirDefaultOverridesBackwardCompatibilityHelper with common metadata compilation
Also, use it with JS compilation ^KT-57735 Fixed
This commit is contained in:
@@ -1639,6 +1639,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/metadata/moduleNameWithFir.args");
|
||||
}
|
||||
|
||||
@TestMetadata("noVirtualFileHiddenForMemberWithPlatformDependentAnnotation.args")
|
||||
public void testNoVirtualFileHiddenForMemberWithPlatformDependentAnnotation() throws Exception {
|
||||
runTest("compiler/testData/cli/metadata/noVirtualFileHiddenForMemberWithPlatformDependentAnnotation.args");
|
||||
}
|
||||
|
||||
@TestMetadata("optionalAnnotationsFromMetadata.args")
|
||||
public void testOptionalAnnotationsFromMetadata() throws Exception {
|
||||
runTest("compiler/testData/cli/metadata/optionalAnnotationsFromMetadata.args");
|
||||
|
||||
Reference in New Issue
Block a user