Open
Description
To reproduce type val x = emptyA
Expected: autocompletion combo contains emptyArray<T> ()
, which inserts emptyArray<>()
and puts the cursor between the angular brackets
Actual: the combo contains emptyArray()
which will be inserted as is, resulting in an incorrect expression val x = emptyArray()