summaryrefslogtreecommitdiff
path: root/test/files/jvm/JavaInteraction.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/JavaInteraction.check')
-rw-r--r--test/files/jvm/JavaInteraction.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/jvm/JavaInteraction.check b/test/files/jvm/JavaInteraction.check
new file mode 100644
index 0000000000..fb9d3cdd8c
--- /dev/null
+++ b/test/files/jvm/JavaInteraction.check
@@ -0,0 +1,4 @@
+p.x = 5
+p.c = java.awt.Color[r=255,g=0,b=0]
+p.getX() = 5.0
+p.getC() = java.awt.Color[r=255,g=0,b=0]