[AA] take resolved type of FirThisReceiverExpression
...when computing receiver type for double colon expression ^KT-65914 fixed
This commit is contained in:
+12
@@ -93,4 +93,16 @@ public class Fe10IdeNormalAnalysisSourceModuleDoubleColonReceiverTypeTestGenerat
|
||||
public void testMethodReference_variable() {
|
||||
runTest("analysis/analysis-api/testData/components/typeInfoProvider/doubleColonReceiverType/methodReference_variable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("outerThisReceiver.kt")
|
||||
public void testOuterThisReceiver() {
|
||||
runTest("analysis/analysis-api/testData/components/typeInfoProvider/doubleColonReceiverType/outerThisReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("thisReceiver.kt")
|
||||
public void testThisReceiver() {
|
||||
runTest("analysis/analysis-api/testData/components/typeInfoProvider/doubleColonReceiverType/thisReceiver.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user