More correct algorithm for redundant type arguments detection

This commit is contained in:
Valentin Kipyatkov
2017-06-01 00:01:00 +03:00
parent cfa442a42a
commit c08d862e9e
15 changed files with 251 additions and 35 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ internal class A {
}
fun bar() {
field5 = ArrayList<String>()
field5 = ArrayList()
field7++
field8++
field9 = null