blob: 21af237cbd90fb9c98f277651824fcd82330d9cf [file] [log] [blame]
// "Create Field for Parameter 'p1'" "true"
class Test{
private static int p1
static void f(int p1){
Test.p1 = p1
}
}