[ClsStubs] Add context receivers on function types

This commit is contained in:
Egor Kulikov
2023-04-20 19:26:46 +02:00
committed by teamcity
parent 6b41c5a969
commit c46c922841
6 changed files with 98 additions and 9 deletions
@@ -108,6 +108,12 @@ public class ByDecompiledPsiStubBuilderTestGenerated extends AbstractByDecompile
runTest("analysis/decompiled/decompiler-to-file-stubs/testData/clsFileStubBuilder/ContextReceiversOnClass/");
}
@Test
@TestMetadata("ContextReceiversOnFunctionType")
public void testContextReceiversOnFunctionType() throws Exception {
runTest("analysis/decompiled/decompiler-to-file-stubs/testData/clsFileStubBuilder/ContextReceiversOnFunctionType/");
}
@Test
@TestMetadata("ContextReceiversOnTopLevelCallables")
public void testContextReceiversOnTopLevelCallables() throws Exception {