Fix KT-13962 with kotlin.collections constructors

This commit is contained in:
Dereck Bridie
2019-04-05 20:29:54 +02:00
committed by Mikhail Glukhikh
parent 10e3dfa980
commit 7da52b2df5
4 changed files with 21 additions and 6 deletions
@@ -0,0 +1,4 @@
// WITH_RUNTIME
fun foo() {
var list = java.util.<caret>ArrayList<Int>()
}