Bugs

From JopWiki

Jump to: navigation, search

[edit] checkcast/instanceof for arrays

instanceof/checkcast fail when testing arrays, e.g,

A[] a = new B[2];
boolean ok = a instanceof B[];

should return true, but returns false on JOP.

Retrieved from "http://www.jopwiki.com/Bugs"
Personal tools