=> with delegate produces reference
Closed this issue · 1 comments
ProjectMoon commented
delegate x() {
//...
}
var y = 5;
x => y;
println(x == y.x); //true. should be false.
ProjectMoon commented
Invalid issue.
Closed this issue · 1 comments
delegate x() {
//...
}
var y = 5;
x => y;
println(x == y.x); //true. should be false.
Invalid issue.