blob: 90e1b2f320b2bd07938bdd8bec665277464b8495 [file] [log] [blame]
class Test {
void foo(int a, int <spot>b</spot>){
//do smth
}
}