mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 06:07:04 +07:00
- tests are extracted - CatchLookupElement works in dumb-mode GitOrigin-RevId: 75b5c34ce124a4315a8a73c020ac08f01ecd9487
7 lines
63 B
Java
7 lines
63 B
Java
class X{
|
|
public void test() {
|
|
try {
|
|
} c<caret>
|
|
}
|
|
}
|