When the signature is not all on one line, the line numbers will be offset. ``` func hi( Str $who //= "World" ) { die $who; } ``` Method::Signatures always acts like the signature is on one line.