aboutsummaryrefslogtreecommitdiff
path: root/resources/sksl/errors/IfTypeMismatch.rts
blob: 0dc454084c63727ca5f5bbecbf3f520bcca4ec20 (plain)
1
2
3
4
5
6
7
void func() {
    if (3) {}
}

/*%%*
expected 'bool', but found 'int'
*%%*/