RemoveRedundantQualifierNameInspection: fix false negative for java constructor
#KT-32506 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
import java.util.ArrayList
|
||||
|
||||
fun test() {
|
||||
val a = java.<caret>util.ArrayList<Int>()
|
||||
}
|
||||
Reference in New Issue
Block a user