Extract usages of legacy 'mod' in a separate test

This commit is contained in:
Dmitry Savvinov
2018-08-28 12:28:41 +03:00
committed by Ilya Gorbunov
parent 053b54d216
commit f23528770b
6 changed files with 58 additions and 3 deletions
@@ -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");