ffb907150a
- Found few problems during resolving a single functon; disabled assertions and marked them with TODO - Add simple completion tests to simplify development
9 lines
80 B
Kotlin
Vendored
9 lines
80 B
Kotlin
Vendored
fun aa() {}
|
|
val aaa = 10
|
|
|
|
fun test() {
|
|
<caret>
|
|
}
|
|
|
|
// EXIST: aa
|
|
// EXIST: aaa |