Do updating calls for all nested builder inference sessions including at the same level
This commit is contained in:
+6
@@ -17065,6 +17065,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithThreeBuilderInferenceCalls.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("topDownCompletionWithThreeBuilderInferenceCallsSameLevel.kt")
|
||||
public void testTopDownCompletionWithThreeBuilderInferenceCallsSameLevel() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/builderInference/topDownCompletionWithThreeBuilderInferenceCallsSameLevel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("topDownCompletionWithTwoBuilderInferenceCalls.kt")
|
||||
public void testTopDownCompletionWithTwoBuilderInferenceCalls() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user