mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
- tests - optimize imports - ReplaceOnDemandImportIntention supports module imports GitOrigin-RevId: 228135179fc26f44064dd196ae70326fd91fb3ee
15 lines
263 B
Java
15 lines
263 B
Java
import org.<error descr="Cannot resolve symbol 'junit'">junit</error>.jupiter.api.Test;
|
|
|
|
public class EmptyTest<caret>
|
|
{
|
|
|
|
public static void main(String[] args) {
|
|
|
|
}
|
|
|
|
@<error descr="Cannot resolve symbol 'Test'">Test</error>
|
|
public void test1() {
|
|
}
|
|
|
|
}
|