Commit Graph
3 Commits
Author SHA1 Message Date
Marc Vertes 5cdcf61e0e fix: correct scoping of method declaration (#175) 2019-05-01 16:40:21 +02:00
Marc Vertes 63732d4326 fix: set type correctly for variable declaration with assignment (#59)
Do not ignore type node when used in a variable declaration with assign.
The source node in a assign node can be the 2nd or the 3rd (the 2nd being the type).
2019-01-28 16:00:15 +01:00
Marc Vertes 5b05e06dca Fix method resolution when receiver type is delared later 2018-09-21 16:45:05 +02:00