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