Redundant calls of conversion methods: do not suggest for flexible receiver types #KT-14570 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
f9a48857f5
commit
62f81e795c
+5
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
// IS_APPLICABLE: false
|
||||
import java.util.Collections
|
||||
|
||||
val foo = Collections.unmodifiableList(listOf(1)).toMutableList()<caret>
|
||||
Reference in New Issue
Block a user