- Timestamp:
- 10/16/08 19:10:21 (3 months ago)
- Files:
-
- 1 modified
-
t/spec/S12-class/namespaced.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S12-class/namespaced.t
r22633 r22635 20 20 my $foobar = Foo::Bar.new(); 21 21 #?rakudo todo 'classes with namespaces with ::' 22 is($foobar.baz, 42, 23 'methods can be called on classes with namespaces with ::'); 22 is($foobar.baz, 42, 'methods can be called on classes with namespaces with ::'); 24 23 }
