Box qualified names of package directives into dot-qualified expressions
This commit is contained in:
@@ -257,6 +257,11 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
|
||||
doParsingTest("compiler/testData/psi/LocalDeclarations.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("LongPackageName.kt")
|
||||
public void testLongPackageName() throws Exception {
|
||||
doParsingTest("compiler/testData/psi/LongPackageName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ModifierAsSelector.kt")
|
||||
public void testModifierAsSelector() throws Exception {
|
||||
doParsingTest("compiler/testData/psi/ModifierAsSelector.kt");
|
||||
@@ -898,6 +903,11 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
|
||||
doParsingTest("compiler/testData/psi/recovery/MissingCommaInValueParameterList.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PackageNewLineRecovery.kt")
|
||||
public void testPackageNewLineRecovery() throws Exception {
|
||||
doParsingTest("compiler/testData/psi/recovery/PackageNewLineRecovery.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PackageRecovery.kt")
|
||||
public void testPackageRecovery() throws Exception {
|
||||
doParsingTest("compiler/testData/psi/recovery/PackageRecovery.kt");
|
||||
|
||||
Reference in New Issue
Block a user