[FE] Support context receivers on classes
This commit is contained in:
committed by
TeamCityServer
parent
c34fe8d547
commit
f4ddf66ac4
+12
@@ -10582,6 +10582,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/dp.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericOuterClass.kt")
|
||||
public void testGenericOuterClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/genericOuterClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("insideDeclaration.kt")
|
||||
public void testInsideDeclaration() throws Exception {
|
||||
@@ -10606,6 +10612,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/noExplicitReceiver.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("outerClass.kt")
|
||||
public void testOuterClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/extensions/contextReceivers/outerClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("plusMatrix.kt")
|
||||
public void testPlusMatrix() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user