1a211ee7b0
Tests, also proved that KT-14432 are fixed Added completion and tests for extension functions.
20 lines
137 B
Kotlin
Vendored
20 lines
137 B
Kotlin
Vendored
package z
|
|
|
|
/**
|
|
* [z.<caret>]
|
|
*/
|
|
fun f(xyzzy: String) {
|
|
|
|
}
|
|
|
|
fun bar() {
|
|
|
|
}
|
|
|
|
class Z
|
|
|
|
// EXIST: Z
|
|
// EXIST: f
|
|
// EXIST: bar
|
|
// ABSENT: z
|