Copy pcollections's HashPMap to kotlin/reflect/jvm/internal

It will be used for caching KClass instances for foreign (Java) classes
This commit is contained in:
Alexander Udalov
2014-06-09 21:24:27 +04:00
parent 89d6f25fb6
commit 58bc611e3a
12 changed files with 1291 additions and 0 deletions
@@ -36,6 +36,8 @@ public class JetCodeConformanceTest extends TestCase {
private static final Pattern SOURCES_FILE_PATTERN = Pattern.compile("(.+\\.java|.+\\.kt|.+\\.js)");
private static final List<File> EXCLUDED_FILES_AND_DIRS = Arrays.asList(
new File("android.tests.dependencies"),
new File("core/runtime.jvm/src/kotlin/reflect/jvm/internal/pcollections"),
new File("libraries/tools/runtime/target/copied-sources"),
new File("dependencies"),
new File("examples"),
new File("js/js.translator/qunit/qunit.js"),