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

4 lines
91 B
Java

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