[PSI2IR] Check how contextual functional type works with IR
This commit is contained in:
committed by
TeamCityServer
parent
a59b9e78ac
commit
08570a37b8
+12
@@ -16386,6 +16386,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/contextAndExtensionSameName.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("contextualFunctionConversion.kt")
|
||||
public void testContextualFunctionConversion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/contextualFunctionConversion.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegatedPropertiesOperators.kt")
|
||||
public void testDelegatedPropertiesOperators() throws Exception {
|
||||
@@ -16422,6 +16428,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/overloading.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("passingLambdaToContextualParam.kt")
|
||||
public void testPassingLambdaToContextualParam() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/extensionFunctions/contextReceivers/passingLambdaToContextualParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("plusAssign.kt")
|
||||
public void testPlusAssign() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user