[PSI2IR] Patch parents before referenceExpectsForUsedActuals
There were some ADAPTER_FOR_CALLABLE_REFERENCE functions with uninitialized parents at this point.
This commit is contained in:
+5
@@ -6796,6 +6796,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/regression/tmpInsidePrimaryConstructor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("wrappers.kt")
|
||||
public void testWrappers() throws Exception {
|
||||
runTest("js/js.translator/testData/box/regression/wrappers.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("js/js.translator/testData/box/regression/stdlibTestSnippets")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
+5
@@ -6851,6 +6851,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/regression/tmpInsidePrimaryConstructor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("wrappers.kt")
|
||||
public void testWrappers() throws Exception {
|
||||
runTest("js/js.translator/testData/box/regression/wrappers.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("js/js.translator/testData/box/regression/stdlibTestSnippets")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user