| 6 | |
| 7 | public class Parcel7b { |
| 8 | class MyContents implements Contents { |
| 9 | private int i = 11; |
| 10 | @Override public int value() { return i; } |
| 11 | } |
| 12 | public Contents contents() { |
| 13 | return new MyContents(); |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected