K2: add test to confirm KT-54139 now works properly
This commit is contained in:
committed by
Space Team
parent
bb608740cd
commit
cf9bd44cf7
+5
@@ -15845,6 +15845,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/fir/ConstValAccess.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("contextReceiverToExtensionReceiver.kt")
|
||||
public void testContextReceiverToExtensionReceiver() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/contextReceiverToExtensionReceiver.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("CustomHashSetSize.kt")
|
||||
public void testCustomHashSetSize() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/CustomHashSetSize.kt");
|
||||
|
||||
Reference in New Issue
Block a user