blob: add692532c5e316d508af4824f39b3f93e6da8d3 [file] [log] [blame]
package p;
class A{
void m(int i, int i2){
int temp= i + i2;
}
}