// Test generation of self method code

class foo {
    public proc bar()
    {
        self.bar("hi");
    }
}