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