What is supposed to happen if one says:

class Dog {

  has $:tail handles 'wag';

  meth wag { # something else than $:tail.wag
  }
}

Is it a compilation error? Or one of the definitions prevail (with a
warning or something)?

Adriano Ferreira.

Reply via email to