| Found | Fixed | Description |
| 9/14 | Instantiating on non-public classes still seems to fail sometimes. |
.pjaux files.
class foo implements bar[[Integer]], bar[[String]] {...}
will not work properly.
class foo[[T]] { void method(T x) {...} }
interface bar { void method(Integer x) {...} }
class baz extends foo[[Integer]] implements bar {...} \end{verbatim}
Will not translate properly.
class Foo[[X]] where X implements InterfaceName.
instanceof and checked casting.
static final fields properly.
make(1).
PType[[Primitive]].