mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 22:20:24 +07:00
88b4660169
GitOrigin-RevId: f84b1e8acee891a84ab637ad7fc48492674e5468
13 lines
110 B
Java
13 lines
110 B
Java
// "Move member into class" "true"
|
|
|
|
class beforeTwoMethods {
|
|
|
|
}
|
|
|
|
void bar() {
|
|
|
|
}
|
|
|
|
void bar<caret>() {
|
|
|
|
} |