bb808b5620
Moved tests for completion and their test data into module idea-completion
4 lines
52 B
Kotlin
Vendored
4 lines
52 B
Kotlin
Vendored
fun bar(o: Any): String {
|
|
return o as <caret>
|
|
}
|