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