mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
[java-highlighting] fixes after review IDEA-216258
GitOrigin-RevId: 52b88a888751bb74e37b332c69d4ee0878ea26da
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1834b2357d
commit
c7ee606c95
@@ -0,0 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
class X {
|
||||
void foo(/*1*/ /*2*/ X /*3*/ this /*4*/ /*5*/, X x) {}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
class X {
|
||||
void foo(/*1*/ /*2*/ X /*3*/ this /*4*/ /*5*/, X x, String s) {}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
class X {
|
||||
void foo(X x, /*1*/ /*2*/ X /*3*/ this<caret> /*4*/ /*5*/) {}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
class X {
|
||||
void foo(X x, /*1*/ /*2*/ X /*3*/ this<caret> /*4*/ /*5*/, String s) {}
|
||||
}
|
||||
Reference in New Issue
Block a user