1 package test1; 2 3 public class ExprEdit2 { 4 int df; 5 static int sf; 6 k1()7 public int k1() { df = 3; sf = 7; return df + sf; } 8 } 9