mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
MemberModel: fixed case when there is more than one member out of class (IJ-CR-6471)
GitOrigin-RevId: f84b1e8acee891a84ab637ad7fc48492674e5468
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5b3be771e8
commit
88b4660169
@@ -0,0 +1,13 @@
|
||||
// "Move member into class" "true"
|
||||
|
||||
class beforeTwoMethods {
|
||||
|
||||
void bar() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
void bar() {
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
// "Move member into class" "true"
|
||||
|
||||
class beforeTwoMethods {
|
||||
|
||||
}
|
||||
|
||||
void bar() {
|
||||
|
||||
}
|
||||
|
||||
void bar<caret>() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user