J2K: adding type arguments where they are needed and removing them where they are redundant
This commit is contained in:
@@ -2,5 +2,5 @@ import java.util.*
|
||||
import kotlin.List
|
||||
|
||||
class A {
|
||||
var list: List<String> = ArrayList<String>()
|
||||
var list: List<String> = ArrayList()
|
||||
}
|
||||
Reference in New Issue
Block a user