Detect safe navigation operator as a method call by pocke · Pull Request #71 · soutaro/querly

Close #70 Querly will detect a method call with a safe navigation operator as a method call. Currently Querly ignores safe navigation operator. So if we use foo.bar pattern, it only matches foo.bar...