bb808b5620
Moved tests for completion and their test data into module idea-completion
5 lines
77 B
Kotlin
Vendored
5 lines
77 B
Kotlin
Vendored
package some
|
|
|
|
fun foo() = 12
|
|
fun fooImported() = 12
|
|
fun fooNotImported() = 12 |