Skip to content

what's wrong? #24

@randomwangran

Description

@randomwangran

public static void f() {
String[] a = new String[2];
Object[] b = a;
a[0] = "hi";
b[1] = 42;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions