blob: 69c1bf09c2e35a4e7a64514448ec91124e37f3bf [file] [log] [blame]
// "Cast parameter to 'long'" "true"
class a {
void f(Long l) {}
void g() {
f(<caret>0);
}
}