summaryrefslogtreecommitdiff
path: root/tutorial/examples/orcheck/Test.oj
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/examples/orcheck/Test.oj')
-rw-r--r--tutorial/examples/orcheck/Test.oj9
1 files changed, 9 insertions, 0 deletions
diff --git a/tutorial/examples/orcheck/Test.oj b/tutorial/examples/orcheck/Test.oj
new file mode 100644
index 0000000..cd8e6a0
--- /dev/null
+++ b/tutorial/examples/orcheck/Test.oj
@@ -0,0 +1,9 @@
+package examples.orcheck;
+
+
+public class Test instantiates OverrideCheckerClass
+{
+ public overriding String toString() {
+ return "Hello";
+ }
+}