[Analysis API] Add tests for dangling files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Foo
|
||||
|
||||
fun test() {
|
||||
Fo<caret>o()
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
class Foo
|
||||
|
||||
fun test() {
|
||||
Fo<caret>o()
|
||||
}
|
||||