pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2015-11-07
2015-11-07 15:42:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
73817f2afa9e1a96a4d829f44b63089c6b52a280 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Testsuite: Fixed label issue some more.
4117:
class Y { inherit X; protected void create(int yyy) {
-
x = yyy + 2;
+
X::
x = yyy + 2;
} }; return Y(5)->x;