blob: ea1d31f111e941f7d40ba38a630438906eca5f9d [file] [log] [blame]
public class UseTestClass {
void foo() {
TestClass tt= new TestClass();
}
}