Verified Commit f293d418 authored by Carlos Galindo's avatar Carlos Galindo
Browse files

Removed test due to lack of support: nested calls are not yet supported

parent 77c9ba06
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ public class Example2 {
    public static void main(String[] args) {
        CustomObject customObject = new CustomObject(new InnerObject(1));
        modifyCustomObject(customObject);
        modifyInnerObject(customObject.inner);
        modifyInnerObject(customObject.inner); // Slicing criterion
    }

    public static void modifyCustomObject(CustomObject customObject) {
+0 −1
Original line number Diff line number Diff line
34
 No newline at end of file