Move all basic completion tests to common folder
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package Test
|
||||
|
||||
class Some() {
|
||||
fun methodName() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
fun Some.first() {
|
||||
}
|
||||
|
||||
// EXIST: first
|
||||
Reference in New Issue
Block a user