[FIR] Handle varargs in overloaded indexed access operator.
This commit is contained in:
committed by
teamcityserver
parent
c471a7735e
commit
f6ce2d893c
+5
@@ -14406,6 +14406,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/increment/classNaryGetSet.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("classVarargGetSet.kt")
|
||||
public void testClassVarargGetSet() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/increment/classVarargGetSet.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("classWithGetSet.kt")
|
||||
public void testClassWithGetSet() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/increment/classWithGetSet.kt");
|
||||
|
||||
Reference in New Issue
Block a user