summary refs log tree commit diff
path: root/tests/pracownia2/error/030_assign_curly_int.xi
blob: e40ff75a56fcc20a6b9f96c57fcd5ce1407ea894 (plain) (blame)
1
2
3
4
5
6
7
test()
{
    i:int;
    i = {}
}
//@PRACOWNIA
//@should_not_typecheck