Hi!
The following code does not compile with the new javac prototype:
class GJTest
{
private void foo()
{
List<Object[]> list = new ArrayList<Object[]>();
Object o1 = list.get(0)[0];
}
}
Error message:
C:\Dokumente und Einstellungen\hans\NewGJTest\NewGJTest.java:8: array required, but java.lang.Object[] found
Object o1 = list.get(0)[0];
Looks like a bug in the prototype. Or am I missing something?
Hans
--
Hans Kratz
Omnicore Software