mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
8 lines
91 B
Kotlin
Vendored
8 lines
91 B
Kotlin
Vendored
// "Remove invocation" "true"
|
|
enum class Test {
|
|
A
|
|
}
|
|
|
|
fun test() {
|
|
Test.A<caret>()
|
|
} |