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