Added tests for class object and nested objects.
This commit is contained in:
committed by
Pavel V. Talanov
parent
8e442bc509
commit
847d69ee2e
@@ -0,0 +1,7 @@
|
||||
public class Testing {
|
||||
public static void test() {
|
||||
mockLib.foo.LibClass.object.NestedObject.<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: instance$
|
||||
Reference in New Issue
Block a user