1a211ee7b0
Tests, also proved that KT-14432 are fixed Added completion and tests for extension functions.
11 lines
118 B
Kotlin
Vendored
11 lines
118 B
Kotlin
Vendored
package z
|
|
|
|
/**
|
|
* [z.X.Y.<caret>]
|
|
*/
|
|
class X {
|
|
enum class Y { First, Second }
|
|
}
|
|
|
|
// EXIST: First
|
|
// EXIST: Second |