blob: 46bdbcc630583f06b7564635d0d4f315cca519ca [file] [log] [blame]
package p;
class A {
void run(int i) {
int k= i;
}
}