//selection: 5, 23, 5, 28
package invalid;

class NotInMethod1 {
	public int fSum= 1 + 2;
}
