TestProjectClass.java
TLDR
This file contains a class named TestProjectClass in the com.leakcanary.test
package.
Methods
foo
This method does nothing.
Classes
There are no other classes in this file.
package com.leakcanary.test;
public class TestProjectClass {
public void foo() {
}
}