mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
fix testdata
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<caret>// "Make 'a' extend 'b'" "true"
|
||||
class a extends b {
|
||||
// "Make 'a' extend 'b'" "true"
|
||||
class a extends b <caret>{
|
||||
void f(b b, Runnable r) {
|
||||
f(this, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user