1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Fixed cases of undetected ambiguous calls

This commit is contained in:
Brian Fiete 2020-10-08 12:09:04 -07:00
parent e8b35ce0c4
commit 4cea33d96f
6 changed files with 94 additions and 14 deletions

View file

@ -23,6 +23,11 @@ WaitForResolve()
SleepTicks(20)
AssertFileErrors()
ShowFile("src/Methods.bf")
WaitForResolve()
SleepTicks(20)
AssertFileErrors()
ShowFile("src/Properties.bf")
WaitForResolve()
SleepTicks(20)