FIR IDE: add completion support to classes and to type aliases
This commit is contained in:
committed by
TeamCityServer
parent
a5c33c8d42
commit
da6c5e13d5
@@ -0,0 +1,7 @@
|
||||
class X {
|
||||
init {
|
||||
val y = 1
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
// EXIST: y
|
||||
Reference in New Issue
Block a user