mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
[java-intentions] More preview tests; minor fixes
GitOrigin-RevId: 22a46c15d8900d8a31514846755a013f6a67ad42
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e74564a52c
commit
7e1064ea3c
@@ -1,4 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
// "Move 'this' to the beginning of the list" "true-preview"
|
||||
class X {
|
||||
void foo(X this, X x) {}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
// "Move 'this' to the beginning of the list" "true-preview"
|
||||
class X {
|
||||
void foo(X this, X x, double d) {}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
// "Move 'this' to the beginning of the list" "true-preview"
|
||||
class X {
|
||||
void foo(/*1*/ /*2*/ X /*3*/ this /*4*/ /*5*/, X x) {}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
// "Move 'this' to the beginning of the list" "true-preview"
|
||||
class X {
|
||||
void foo(/*1*/ /*2*/ X /*3*/ this /*4*/ /*5*/, X x, String s) {}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
// "Move 'this' to the beginning of the list" "true-preview"
|
||||
class X {
|
||||
void foo(X x, X this<caret>) {}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
// "Move 'this' to the beginning of the list" "true-preview"
|
||||
class X {
|
||||
void foo(X x, double d, X this<caret>) {}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
// "Move 'this' to the beginning of the list" "true-preview"
|
||||
class X {
|
||||
void foo(X x, /*1*/ /*2*/ X /*3*/ this<caret> /*4*/ /*5*/) {}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Move 'this' to the beginning of the list" "true"
|
||||
// "Move 'this' to the beginning of the list" "true-preview"
|
||||
class X {
|
||||
void foo(X x, /*1*/ /*2*/ X /*3*/ this<caret> /*4*/ /*5*/, String s) {}
|
||||
}
|
||||
Reference in New Issue
Block a user