mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
add junit to classpath when annotation FQN is used (IDEA-64909)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Add 'junit.jar' to classpath" "true"
|
||||
package x;
|
||||
|
||||
public class DoTest4junit {
|
||||
@org.ju<caret>nit.Test
|
||||
void f() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user