Extract usages of legacy 'mod' in a separate test
This commit is contained in:
committed by
Ilya Gorbunov
parent
053b54d216
commit
f23528770b
+5
@@ -847,6 +847,11 @@ public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxAga
|
||||
runTest("compiler/testData/codegen/boxAgainstJava/sam/adapters/operators/invoke.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("legacyModOperator.kt")
|
||||
public void testLegacyModOperator() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxAgainstJava/sam/adapters/operators/legacyModOperator.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("multiGetSet.kt")
|
||||
public void testMultiGetSet() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxAgainstJava/sam/adapters/operators/multiGetSet.kt");
|
||||
|
||||
Reference in New Issue
Block a user