mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +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);
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@ class a {
|
||||
f(b);
|
||||
}
|
||||
}
|
||||
<caret>class b extends a {
|
||||
class b extends a <caret>{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user