Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/makeReceiverParameterFirst/afterWithComments1.java
Andrey.Cherkasov c7ee606c95 [java-highlighting] fixes after review IDEA-216258
GitOrigin-RevId: 52b88a888751bb74e37b332c69d4ee0878ea26da
2021-05-12 23:25:01 +00:00

4 lines
121 B
Java

// "Move 'this' to the beginning of the list" "true"
class X {
void foo(/*1*/ /*2*/ X /*3*/ this /*4*/ /*5*/, X x) {}
}