Generating Java to Kotlin method map along with injectors.

This commit is contained in:
Evgeny Gerashchenko
2012-12-07 13:43:29 +04:00
parent d349bca42c
commit 1092164684
3 changed files with 23 additions and 14 deletions
@@ -20,7 +20,7 @@ import com.google.common.collect.ImmutableMultimap;
import static org.jetbrains.jet.lang.resolve.java.JavaToKotlinMethodMap.*;
/* This file is generated by org.jetbrains.jet.generators.GenerateJavaToKotlinMethodMap. DO NOT EDIT! */
/* This file is generated by org.jetbrains.jet.generators.jvm.GenerateJavaToKotlinMethodMap. DO NOT EDIT! */
@SuppressWarnings("unchecked")
class JavaToKotlinMethodMapGenerated {
final ImmutableMultimap<String, JavaToKotlinMethodMap.ClassData> map;