bb808b5620
Moved tests for completion and their test data into module idea-completion
11 lines
121 B
Kotlin
11 lines
121 B
Kotlin
fun foo() {
|
|
Math.pow(2.0 <caret>)
|
|
}
|
|
|
|
// EXIST: !in
|
|
// EXIST: !is
|
|
// EXIST: as
|
|
// EXIST: in
|
|
// EXIST: is
|
|
// NUMBER: 5
|