Changeset 1577 for cobra/trunk/Source/Expr.cobra
- Timestamp:
- 08/14/08 06:57:27 (5 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Expr.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Expr.cobra
r1564 r1577 1922 1922 if right.definition inherits AbstractMethod or right.definition inherits MemberOverload 1923 1923 right.isReference = true 1924 else if right.definition is nil 1925 # happens from error recovery such as: obj = BadClassName() ... ref obj.foo 1926 pass 1924 1927 else 1925 1928 .throwError('Only methods can be referenced, not [right.definition.englishName].')
