bb808b5620
Moved tests for completion and their test data into module idea-completion
13 lines
162 B
Kotlin
Vendored
13 lines
162 B
Kotlin
Vendored
fun is1(): Boolean{}
|
|
fun is2(): Boolean{}
|
|
|
|
class Outer {
|
|
inner class Inner {
|
|
fun String.foo() {
|
|
is<caret>
|
|
}
|
|
}
|
|
}
|
|
|
|
// NUMBER: 0
|