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