| 5 | |
| 6 | class Parcel4 { |
| 7 | private class PContents implements Contents { |
| 8 | private int i = 11; |
| 9 | @Override public int value() { return i; } |
| 10 | } |
| 11 | protected final class |
| 12 | PDestination implements Destination { |
| 13 | private String label; |
nothing calls this directly
no outgoing calls
no test coverage detected