mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
3 lines
141 B
Plaintext
3 lines
141 B
Plaintext
// "Remove redundant 'public' modifier" "true"
|
|
val a get() = 0
|
|
// FUS_QUICKFIX_NAME: org.jetbrains.kotlin.idea.quickfix.RemoveModifierFixBase |