pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2015-01-31
2015-01-31 12:57:54 by Arne Goedeke <el@laramies.com>
0bbb9cc3c11f6023d1b84993d40f88ad54b3f7ff (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Testsuite: fixed syntax error
4096:
// getter/setter identifier correctly class A { string `foo() { return "bar"; }
-
}
+
}
;
return equal(A(), A()); ]], 1)