Redundant calls of conversion methods: do not suggest for flexible receiver types #KT-14570 Fixed

This commit is contained in:
shiraji
2016-10-29 00:21:13 +09:00
committed by Mikhail Glukhikh
parent f9a48857f5
commit 62f81e795c
3 changed files with 18 additions and 1 deletions
@@ -0,0 +1,5 @@
// WITH_RUNTIME
// IS_APPLICABLE: false
import java.util.Collections
val foo = Collections.unmodifiableList(listOf(1)).toMutableList()<caret>