Files
2022-08-22 17:58:06 +00:00

4 lines
77 B
Java

// "Make 'foo()' not static" "true-preview"
class X {
void foo(X this) {}
}