bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
163 B
Java
9 lines
163 B
Java
public class Testing {
|
|
public static void test(mockLib.foo.LibClass p) {
|
|
p.getNested().<caret>
|
|
}
|
|
}
|
|
|
|
// EXIST: getValInNested
|
|
// EXIST: funInNested
|