mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 19:21:16 +07:00
- tests are extracted - CatchLookupElement works in dumb-mode GitOrigin-RevId: 75b5c34ce124a4315a8a73c020ac08f01ecd9487
12 lines
159 B
Java
12 lines
159 B
Java
package com.test3;
|
|
import com.test.TestException;
|
|
import com.test2.Test;
|
|
|
|
class X{
|
|
public void test() {
|
|
try {
|
|
Test.test();
|
|
} catc<caret>
|
|
}
|
|
}
|