mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
fix test data
This commit is contained in:
@@ -5,6 +5,7 @@ class a implements Runnable {
|
||||
}
|
||||
|
||||
public void run() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ class a implements b<String> {
|
||||
}
|
||||
|
||||
public void g(b<String> t) {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
interface b<T> {
|
||||
|
||||
Reference in New Issue
Block a user