JVM_IR KT-43109 generate internal bridge for custom internal 'toArray'
Also add some tests for internal collection stubs.
This commit is contained in:
+10
@@ -5053,6 +5053,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/collections/inheritFromHashtable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("internalRemove.kt")
|
||||
public void testInternalRemove() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/internalRemove.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("internalRemoveFromJava.kt")
|
||||
public void testInternalRemoveFromJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/internalRemoveFromJava.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("irrelevantImplCharSequence.kt")
|
||||
public void testIrrelevantImplCharSequence() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/irrelevantImplCharSequence.kt");
|
||||
|
||||
Reference in New Issue
Block a user