bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
102 B
Java
Vendored
9 lines
102 B
Java
Vendored
public class Testing {
|
|
void f(mockLib.foo.LibTrait p) {
|
|
p.<caret>
|
|
}
|
|
}
|
|
|
|
// EXIST: foo
|
|
|