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

4 lines
128 B
Java

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