/maven-testability-plugin/src/it/multi-format-output/src/main/java/A.java
Java | 12 lines | 8 code | 4 blank | 0 comment | 0 complexity | caf7817534388d07b9890c65629a5668 MD5 | raw file
Possible License(s): Apache-2.0
- package com.google.testability_explorer.test.multi_format_output;
- import java.util.Date;
- public class A {
-
- public void doStuff() {
- Date date = new Date();
- date.clone();
- }
- }