From: Steve Hancock Date: Mon, 19 Oct 2020 15:19:24 +0000 (-0700) Subject: update comment X-Git-Tag: 20201001.03~58 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0c5437210e82fe9872d9b5435bda74ace8e6b71d;p=perltidy.git update comment --- diff --git a/lib/Perl/Tidy/Tokenizer.pm b/lib/Perl/Tidy/Tokenizer.pm index 81ff8def..cd6d1d96 100644 --- a/lib/Perl/Tidy/Tokenizer.pm +++ b/lib/Perl/Tidy/Tokenizer.pm @@ -1759,6 +1759,11 @@ sub prepare_for_a_new_file { $max_token_index ); if ( $next_nonblank_token ne ')' ) { my $hint; + + # FIXME: this gives an error parsing something like + # $subsubs[0]()(0); + # which is a valid syntax (see subsub.t). We may + # need to revise this coding. error_if_expecting_OPERATOR('('); if ( $last_nonblank_type eq 'C' ) {