summary refs log tree commit diff
path: root/tests/pracownia2/ok/008_fetch_fetch.xi
blob: ad01d39552960f88d348068c3c843c3d54e9177b (plain) (blame)
1
2
3
4
5
6
7
test(x:int[][]):int
{
    return x[1][2]
}
//@PRACOWNIA
//@stop_after typechecker