549171d043
#KT-2816 Fixed
12 lines
162 B
Kotlin
12 lines
162 B
Kotlin
package TestData
|
|
|
|
class TestSample() {
|
|
fun test(<caret>) {
|
|
}
|
|
}
|
|
|
|
/* TODO: they all are not correct */
|
|
// EXIST: val
|
|
// EXIST: var
|
|
// EXIST: in
|
|
// NUMBER: 3 |