aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test1/ExprEdit2.java
blob: 86b107b178103deb72dd847e0c56f156bfb04419 (plain)
1
2
3
4
5
6
7
8
package test1;

public class ExprEdit2 {
    int df;
    static int sf;

    public int k1() { df = 3; sf = 7; return df + sf; }
}