Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
IfTypeMismatch.rts
blob: 0dc454084c63727ca5f5bbecbf3f520bcca4ec20 [
file
] [
log
] [
blame
]
void
func
()
{
if
(
3
)
{}
}
/*%%*
expected 'bool', but found 'int'
*%%*/