Package com.google.testability_explorer.test.multi_format_output

Source Code of com.google.testability_explorer.test.multi_format_output.A

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();
  }

}
TOP

Related Classes of com.google.testability_explorer.test.multi_format_output.A

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.