KT-658 Show types in IDEA auto assist for kotlin
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Tests
|
||||
|
||||
import java.util.*
|
||||
|
||||
fun hello() {
|
||||
val a = So<caret>
|
||||
}
|
||||
|
||||
// EXIST: SortedSet, SortedMap
|
||||
Reference in New Issue
Block a user