Add Contract tests for JS

This commit is contained in:
Roman Artemev
2018-11-01 17:43:36 +03:00
committed by romanart
parent caad0d5a74
commit b010d9eef8
17 changed files with 340 additions and 1 deletions
@@ -430,6 +430,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/arrays/indicesChar.kt");
}
@TestMetadata("inlineInitializer.kt")
public void testInlineInitializer() throws Exception {
runTest("compiler/testData/codegen/box/arrays/inlineInitializer.kt");
}
@TestMetadata("iterator.kt")
public void testIterator() throws Exception {
runTest("compiler/testData/codegen/box/arrays/iterator.kt");