diff options
Diffstat (limited to 'test/008-instanceof/expected.txt')
-rw-r--r-- | test/008-instanceof/expected.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/008-instanceof/expected.txt b/test/008-instanceof/expected.txt new file mode 100644 index 0000000000..77fd0cbc7b --- /dev/null +++ b/test/008-instanceof/expected.txt @@ -0,0 +1,6 @@ +iface1.mFloaty = 5.0 wahoo +aa.mFloaty = 5.0 wahoo +bb.mWhoami = ImplB! +aaOkay (false) = false +bbOkay (true) = true +Caught a ClassCastException (expected) |