Getting rid of obsolete comments.
This commit is contained in:
parent
898083f8fc
commit
fefeebce24
@ -13,9 +13,6 @@ fn main() {
|
||||
|
||||
auto my_a = a();
|
||||
|
||||
// Extending an object with a new method that contains a simple
|
||||
// self-call. Adding support for this is issue #540.
|
||||
|
||||
auto my_b = obj {
|
||||
fn baz() -> int {
|
||||
ret self.foo();
|
||||
|
Loading…
x
Reference in New Issue
Block a user