
static final fields (constants) in interfaces are broken.

If you have a source class at the wrong place in the classpath you may get a
non-fatal error when bsh attempts to load the class again.

postfix array operators

inner classes implemented by anon inner classes are not found
(need to check classes)

------------
int i = 1;
long l = 1;
i += l; // should work apparently...  javac allows it.
-----------------

