mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 12:03:57 +07:00
IJ-CR-101642 GitOrigin-RevId: ed911621e808a7bf1ceff70a321685df424e3ec1
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);
|
|
}
|
|
}
|
|
|