12345678910111213141516171819 class TestCase::Comment::LF { static method comment : int () { # Comment my $foo = 1; # Comment# Comment unless ($foo == 1) { return 0; } unless (__LINE__ == 12) { return 0; } return 1; }}# Comment
class TestCase::Comment::LF {
static method comment : int () {
# Comment
my $foo = 1; # Comment
unless ($foo == 1) {
return 0;
}
unless (__LINE__ == 12) {
return 1;