Introduced QualifierReceiver instead of PackageType
This commit is contained in:
@@ -137,6 +137,7 @@ public class BasicCompletionHandlerTest : CompletionHandlerTestBase(){
|
||||
fun testEnumMember() = doTest(1, "A", null, '\n')
|
||||
fun testEnumMember1() = doTest(1, "A", null, '\n')
|
||||
fun testClassFromClassObject() = doTest(1, "Some", null, '\n')
|
||||
fun testClassFromClassObjectInPackage() = doTest(1, "Some", null, '\n')
|
||||
|
||||
fun testParameterType() = doTest(1, "StringBuilder", " (java.lang)", '\n')
|
||||
|
||||
|
||||
+5
@@ -38,6 +38,11 @@ public class FunctionParameterInfoTestGenerated extends AbstractFunctionParamete
|
||||
doTest("idea/testData/parameterInfo/functionParameterInfo/Deprecated.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ExtensionOnClassObject.kt")
|
||||
public void testExtensionOnClassObject() throws Exception {
|
||||
doTest("idea/testData/parameterInfo/functionParameterInfo/ExtensionOnClassObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("InheritedFunctions.kt")
|
||||
public void testInheritedFunctions() throws Exception {
|
||||
doTest("idea/testData/parameterInfo/functionParameterInfo/InheritedFunctions.kt");
|
||||
|
||||
Reference in New Issue
Block a user