deep

a Cross Development Platform for Java

User Tools

Site Tools


dev:crosscompiler:type_checking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dev:crosscompiler:type_checking [2019/07/12 15:38] ursgrafdev:crosscompiler:type_checking [2019/07/12 15:44] ursgraf
Line 77: Line 77:
 The following code  The following code 
 <code java> <code java>
-  Object[][][] a1 = new Object[2][3][4]; +  Object[][][] = new Object[2][3][4]; 
   A[] x = new AA[5];   A[] x = new AA[5];
   a1[0][0] = x;   a1[0][0] = x;
dev/crosscompiler/type_checking.txt · Last modified: 2022/12/20 11:43 by ursgraf