KT-7989 ReplaceWith replacement adds redundant type arguments for platform types
Highlighting of redundant type arguments made more strict about platform types #KT-7989 Fixed
This commit is contained in:
@@ -3,6 +3,6 @@ import javaApi.T
|
||||
|
||||
class A {
|
||||
public fun foo(t: T): Any {
|
||||
return Collections.nCopies<Set<String>>(1, t.set)
|
||||
return Collections.nCopies(1, t.set)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user