class C {
    void foo() {
        int const[][] aai = { { 1, 2, 3 } };
        String const[] as = { "Hello", "World!" };
    }
}
