LukasKlenner
LukasKlenner
This PR adds a setup for testing alias analyses, including some (simple) test cases. More (complex) test cases alongside analyses that pass them will be added in future PR's. This...
Note: This pull request is based on #178 and should only be merged after that pull request. This pull request adds two alias analyses for the alias properties added in...
If you have two graders where one grader depends on the other (e.q. private and public grader) in a setup like this: ```kt graders { val graderPublic by creating {...