Accessing elements is currently not supported. ``` java int[] array = // ... int v = array[0]; // causes parse error ```