7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
|
public class Bug112 {
|
||
|
m(x) {
|
||
|
var y;
|
||
|
x = y;
|
||
|
return y;
|
||
|
}
|
||
|
}
|