Refactor additional resolve for reference in packages
This commit is contained in:
@@ -71,6 +71,11 @@ public class ReferenceResolveTestGenerated extends AbstractResolveBaseTest {
|
||||
doTest("idea/testData/resolve/references/CtrlClickResolve.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PackageReference.kt")
|
||||
public void testPackageReference() throws Exception {
|
||||
doTest("idea/testData/resolve/references/PackageReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("PackageReferenceInImport.kt")
|
||||
public void testPackageReferenceInImport() throws Exception {
|
||||
doTest("idea/testData/resolve/references/PackageReferenceInImport.kt");
|
||||
|
||||
Reference in New Issue
Block a user