bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
127 B
Java
Vendored
8 lines
127 B
Java
Vendored
public class Testing {
|
|
public static void test() {
|
|
mockLib.foo.LibEnum.<caret>
|
|
}
|
|
}
|
|
|
|
// EXIST: RED, GREEN, BLUE
|