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