[AA] keep nullability for the recreated type
...when computing receiver type for double colon expression ^KT-65930 fixed
This commit is contained in:
+6
@@ -94,6 +94,12 @@ public class FirStandaloneNormalAnalysisSourceModuleDoubleColonReceiverTypeTestG
|
||||
runTest("analysis/analysis-api/testData/components/typeInfoProvider/doubleColonReceiverType/methodReference_variable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullableType.kt")
|
||||
public void testNullableType() {
|
||||
runTest("analysis/analysis-api/testData/components/typeInfoProvider/doubleColonReceiverType/nullableType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("outerThisReceiver.kt")
|
||||
public void testOuterThisReceiver() {
|
||||
|
||||
Reference in New Issue
Block a user