KT-1373 Completion suggests constructors in type position
KT-1316 Type name completion inserts fully qualified name when works in incomplete code
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Test {
|
||||
fun test() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: Any, Nothing, Tuple0, Int, Number
|
||||
// EXIST: Array, Math, Hashable, OutputStream
|
||||
Reference in New Issue
Block a user