summaryrefslogtreecommitdiff
path: root/tutorial/examples/bca/Test2.oj
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/examples/bca/Test2.oj')
-rw-r--r--tutorial/examples/bca/Test2.oj12
1 files changed, 12 insertions, 0 deletions
diff --git a/tutorial/examples/bca/Test2.oj b/tutorial/examples/bca/Test2.oj
new file mode 100644
index 0000000..ca72a4c
--- /dev/null
+++ b/tutorial/examples/bca/Test2.oj
@@ -0,0 +1,12 @@
+package examples.bca;
+
+
+import java.io.PrintStream;
+
+
+public class Test2 instantiates AutoAdaptationClass
+{
+ public void write(PrintStream out) {
+ out.println( "Hello" );
+ }
+}