Convert KotlinMultiFileTestWithJava.java to Kotlin

This commit is contained in:
Mikhael Bogdanov
2020-02-25 11:45:21 +01:00
parent 06a36465a5
commit 7040857d77
14 changed files with 152 additions and 207 deletions
@@ -50,8 +50,8 @@ abstract class AbstractCompilerLightClassTest : KotlinMultiFileTestWithJava<Kotl
override fun createTestModule(
name: String,
dependencies: MutableList<String>,
friends: MutableList<String>
dependencies: List<String>,
friends: List<String>
): TestModule? = null
override fun createTestFile(