mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
8 lines
254 B
Kotlin
8 lines
254 B
Kotlin
// "Replace with 'declaringJavaClass'" "true"
|
|
// API_VERSION: 1.7
|
|
// WITH_STDLIB
|
|
|
|
fun <E : Enum<E>> foo(values: Array<E>) {
|
|
values.first().<caret>declaringClass
|
|
}
|
|
// FUS_QUICKFIX_NAME: org.jetbrains.kotlin.idea.quickfix.DeclaringJavaClassMigrationFix |