summaryrefslogtreecommitdiff
path: root/tests/basic-types/bug604589.test
blob: 75a0b17f64e729bcb0d282d3ca662a14efc9e590 (plain)
1
2
3
4
5
6
Invalid Code

void main () {
    int[,] foo = {{1}};
    var bar = foo.length.length;
}