mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 20:20:56 +07:00
7 lines
122 B
Java
7 lines
122 B
Java
// "Insert '(Runnable)this' declaration" "true"
|
|
class C {
|
|
void f() {
|
|
while (<caret>this instanceof Runnable
|
|
}
|
|
}
|