- Timestamp:
- 03/03/10 06:00:51 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Tests/320-misc-two/800-attributes/100-attributes.cobra
r2160 r2298 251 251 252 252 pass 253 254 255 class TestAttribute inherits Attribute 256 257 pass 258 259 260 class UseTestAttribute 261 262 def foo has Test # `Test` is also a namespace in Cobra.Lang, but the attribute "TestAttribute" takes precedence 263 pass



