Files

4 lines
102 B
Java

// "Move 'this' to the beginning of the list" "false"
class X {
void foo(X this, X this<caret>) {}
}