instanceof test

svn: r1317
This commit is contained in:
Kathy Gray 2005-11-14 22:34:58 +00:00
parent d79eea8f37
commit e27d64ed8d

View File

@ -242,6 +242,14 @@
}"
'intermediate #f "Abstract method implemented, class subclassed")
(execute-test
"class X {
boolean equals( Object o ) {
return o instanceof X;
}
}"
'intermediate #f "Correct instanceof usage")
;;Execute tests with errors
(execute-test