Move all basic completion tests to common folder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test(val testParam : Int) {
|
||||
val x : Int get() {
|
||||
val test = 12
|
||||
return te<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: test
|
||||
// EXIST: testParam
|
||||
Reference in New Issue
Block a user