Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
GenericArgumentMismatch.rts
blob: 0dc3470afbaa753a562b0d0190208162819a934e [
file
] [
log
] [
blame
]
void
sin_int_int
()
{
float
x
=
sin
(
1
,
2
);
}
void
sin_bool
()
{
float
x
=
sin
(
true
);
}
/*%%*
no match for sin(int, int)
no match for sin(bool)
*%%*/