summaryrefslogtreecommitdiff
path: root/tutorial/examples/orcheck/Test.oj
blob: cd8e6a0e31f791097d840598c41949776c0b9a8e (plain)
1
2
3
4
5
6
7
8
9
package examples.orcheck;


public class Test instantiates OverrideCheckerClass
{
    public overriding String toString() {
    return "Hello";
    }
}