Fix accessibility check for experimental declarations from default scope
#KT-40919 Fixed
This commit is contained in:
@@ -720,6 +720,21 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/unknownExtraFlags.args");
|
||||
}
|
||||
|
||||
@TestMetadata("useDeclarationThatWasExperimentalWithoutExplicitImport.args")
|
||||
public void testUseDeclarationThatWasExperimentalWithoutExplicitImport() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/useDeclarationThatWasExperimentalWithoutExplicitImport.args");
|
||||
}
|
||||
|
||||
@TestMetadata("useDeclarationThatWasExperimentalWithoutExplicitImportCommandLine.args")
|
||||
public void testUseDeclarationThatWasExperimentalWithoutExplicitImportCommandLine() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/useDeclarationThatWasExperimentalWithoutExplicitImportCommandLine.args");
|
||||
}
|
||||
|
||||
@TestMetadata("useDeclarationThatWasExperimentalWithoutMarker.args")
|
||||
public void testUseDeclarationThatWasExperimentalWithoutMarker() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/useDeclarationThatWasExperimentalWithoutMarker.args");
|
||||
}
|
||||
|
||||
@TestMetadata("useMixedNamedArgumentsFlag.args")
|
||||
public void testUseMixedNamedArgumentsFlag() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/useMixedNamedArgumentsFlag.args");
|
||||
|
||||
Reference in New Issue
Block a user