Use information about receivers in completion
- Found few problems during resolving a single functon; disabled assertions and marked them with TODO - Add simple completion tests to simplify development
This commit is contained in:
committed by
Ilya Kirillov
parent
0f5fc1fa99
commit
ffb907150a
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
class A {
|
||||
fun aa() {}
|
||||
val aaa = 10
|
||||
}
|
||||
|
||||
fun test() {
|
||||
val a = A()
|
||||
|
||||
a.<caret>
|
||||
}
|
||||
|
||||
// EXIST: aa
|
||||
// EXIST: aaa
|
||||
Reference in New Issue
Block a user