tutorial: Make class example compile

This commit is contained in:
Brian Anderson 2012-07-08 00:15:42 -07:00
parent ea03315cf4
commit 1cefbf3c78

View file

@ -1822,7 +1822,7 @@ class example {
// Constructor
self.x = x;
self.y = 7;
self.a();
self.private_member = 8;
}
fn a() {