Convert JavaToKotlinTranslator, StandaloneJavaToKotlinConverterTest, TestCaseBuilder to Kotlin

This commit is contained in:
Pavel V. Talanov
2013-10-29 16:14:15 +04:00
parent 44ffe2905d
commit 2a5657e0e6
7 changed files with 365 additions and 438 deletions
@@ -231,6 +231,7 @@ public class JetTestUtils {
return createEnvironmentWithMockJdkAndIdeaAnnotations(disposable, ConfigurationKind.ALL);
}
@NotNull
public static JetCoreEnvironment createEnvironmentWithMockJdkAndIdeaAnnotations(Disposable disposable, @NotNull ConfigurationKind configurationKind) {
return createEnvironmentWithJdkAndNullabilityAnnotationsFromIdea(disposable, configurationKind, TestJdkKind.MOCK_JDK);
}