summary refs log tree commit diff
path: root/tests/pracownia2/error/055_initialized_array.xi
blob: 027e9bad7e84b912d2f511647147c92fad8481c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
producer(): int[], bool

test()
{
    x:int[30], y:bool = producer()
}

//@PRACOWNIA
//@should_not_typecheck