![]()
Up to [local] / OpenXM / src / k097
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: HEAD
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 13 12:40:56 2001 UTC (25 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.4: +4 -1
lines
Diff to previous 1.4 (colored)
There has been a bug on the evaluation of the size of class inctances.
class declaration requires the key word local even there is no
instance variable, for example,
class hoge extends foo {
local ;
def method1() { }
}