Importing root scope without members.
This commit is contained in:
@@ -5968,6 +5968,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
|
||||
doTest("compiler/testData/diagnostics/tests/scopes/AmbiguousNonExtensions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("DontImportRootScope.kt")
|
||||
public void testDontImportRootScope() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/scopes/DontImportRootScope.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ImportFromCurrentWithDifferentName.kt")
|
||||
public void testImportFromCurrentWithDifferentName() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/scopes/ImportFromCurrentWithDifferentName.kt");
|
||||
@@ -6148,6 +6153,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
|
||||
doTest("compiler/testData/diagnostics/tests/scopes/kt955.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NoAmbiguityBetweenRootAndPackage.kt")
|
||||
public void testNoAmbiguityBetweenRootAndPackage() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/scopes/NoAmbiguityBetweenRootAndPackage.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("stopResolutionOnAmbiguity.kt")
|
||||
public void testStopResolutionOnAmbiguity() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/scopes/stopResolutionOnAmbiguity.kt");
|
||||
|
||||
@@ -57,6 +57,11 @@ public class ResolveTestGenerated extends AbstractResolveTest {
|
||||
doTest("compiler/testData/resolve/DefaultParamsOfLocalFunctions.resolve");
|
||||
}
|
||||
|
||||
@TestMetadata("DontImportRootScope.resolve")
|
||||
public void testDontImportRootScope() throws Exception {
|
||||
doTest("compiler/testData/resolve/DontImportRootScope.resolve");
|
||||
}
|
||||
|
||||
@TestMetadata("ErrorSupertype.resolve")
|
||||
public void testErrorSupertype() throws Exception {
|
||||
doTest("compiler/testData/resolve/ErrorSupertype.resolve");
|
||||
@@ -72,6 +77,11 @@ public class ResolveTestGenerated extends AbstractResolveTest {
|
||||
doTest("compiler/testData/resolve/FunctionVariable.resolve");
|
||||
}
|
||||
|
||||
@TestMetadata("ImportingRootScopeWhenProcessingImports.resolve")
|
||||
public void testImportingRootScopeWhenProcessingImports() throws Exception {
|
||||
doTest("compiler/testData/resolve/ImportingRootScopeWhenProcessingImports.resolve");
|
||||
}
|
||||
|
||||
@TestMetadata("kt304.resolve")
|
||||
public void testKt304() throws Exception {
|
||||
doTest("compiler/testData/resolve/kt304.resolve");
|
||||
|
||||
Reference in New Issue
Block a user