blob: fa7a15a8b26fbe8714c372781f8207fd13b0c7ef [file] [log] [blame]
iii = null
jjj = <begin>iii + 1<end>
-----
iii = null
jjj = testMethod(iii)
private testMethod(iii) {
iii + 1
}