Move all basic completion tests to common folder
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package something
|
||||
|
||||
class SomeTempClass {
|
||||
fun helloWorld() {
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
hello<caret>()
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: helloWorld
|
||||
Reference in New Issue
Block a user