Merge pull request #12499 from hvitved/ruby/more-constructor-flow

Ruby: Add missing flow through `self.new` constructor calls
This commit is contained in:
Tom Hvitved
2023-03-14 09:14:42 +01:00
committed by GitHub
7 changed files with 674 additions and 538 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Data flow through `initialize` methods is now taken into account also when the receiver of a `new` call is an (implicit or explicit) `self`.