Move all basic completion tests to common folder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
object A {
|
||||
fun f() : S
|
||||
}
|
||||
|
||||
object A {
|
||||
fun f() : S<caret>
|
||||
}
|
||||
|
||||
// EXIST: String
|
||||
Reference in New Issue
Block a user