summaryrefslogtreecommitdiff
path: root/src/test/java/smyth/Test.oj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/smyth/Test.oj')
-rw-r--r--src/test/java/smyth/Test.oj15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/java/smyth/Test.oj b/src/test/java/smyth/Test.oj
new file mode 100644
index 0000000..c1451ce
--- /dev/null
+++ b/src/test/java/smyth/Test.oj
@@ -0,0 +1,15 @@
+package smyth;
+
+public distributed class Test instantiates MDistributed {
+ private int balance = 100;
+
+ public Test() {
+ super();
+ }
+
+ public int f() {
+ return 0;
+ }
+ public void g() {
+ }
+}