mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-29 08:20:55 +07:00
8 lines
128 B
Java
8 lines
128 B
Java
// "Make 'a' implement 'java.lang.Runnable'" "true-preview"
|
|
class a {
|
|
void f(Runnable r) {
|
|
f(<caret>this);
|
|
}
|
|
}
|
|
|