Introduce Variable: Do not suggest expressions without type
#KT-12922 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
import java.util.*
|
||||
|
||||
fun foo() {
|
||||
<caret>Arrays.asList(1, 2, 3)
|
||||
}
|
||||
Reference in New Issue
Block a user