Editor for evaluate expression: implement highlighting and completion using ResolveElementCache
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo() {
|
||||
val a: Int? = 1
|
||||
if (a != null) {
|
||||
<caret> a
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user