From 8dbe20898d8e3ae0bada281b793574319ded2bea Mon Sep 17 00:00:00 2001 From: bscan <10503608+bscan@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:51:25 -0400 Subject: Adding parsing modes. Speeds up parsing if we don't need end lines for subs or packages. --- testWorkspace/mainTest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testWorkspace') diff --git a/testWorkspace/mainTest.pl b/testWorkspace/mainTest.pl index 491fdaf..02136f4 100644 --- a/testWorkspace/mainTest.pl +++ b/testWorkspace/mainTest.pl @@ -116,7 +116,7 @@ my $otherObj = MyLib::MyOtherClass->new(); $otherObj->unique_method_name(); $otherObj->duplicate_method_name(); -my $unknownObj = $otherObj; # Type hints: $unknownObj2 isa MyLib::MyOtherClass +my $unknownObj = $otherObj; # Type hints: $unknownObj isa MyLib::MyOtherClass $unknownObj->duplicate_method_name(); my $mooObj = MyLib::MooClass->new(); -- cgit v1.2.3