ShortenReferences: add test with lots of FqName with root prefix
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package one.two.three.four.five.six.seven.eight.nine.ten
|
||||
|
||||
|
||||
fun somefun(): String = ""
|
||||
fun Any.somefun(): String = ""
|
||||
fun otherfun() = Unit
|
||||
|
||||
class MyClass
|
||||
class OtherClass
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -144,6 +144,11 @@ public class ShortenRefsTestGenerated extends AbstractShortenRefsTest {
|
||||
runTest("idea/testData/shortenRefs/shortCompanionRefInsideShortenedCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TopLevelFunctionImportWithLotsOfFqName.kt")
|
||||
public void testTopLevelFunctionImportWithLotsOfFqName() throws Exception {
|
||||
runTest("idea/testData/shortenRefs/TopLevelFunctionImportWithLotsOfFqName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("UnresolvedOverload.kt")
|
||||
public void testUnresolvedOverload() throws Exception {
|
||||
runTest("idea/testData/shortenRefs/UnresolvedOverload.kt");
|
||||
|
||||
Reference in New Issue
Block a user