Java to Kotlin converter: fixed a bug with incorrect assignment generation
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import java.util.*
|
||||
import kotlin.List
|
||||
|
||||
class A() {
|
||||
var list: List<String> = ArrayList<String>()
|
||||
}
|
||||
Reference in New Issue
Block a user