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