1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 15:26:00 +02:00

Improving auto-implemented properties

This commit is contained in:
Brian Fiete 2020-04-10 07:53:56 -07:00
parent 66aeb0a302
commit 664078557f
7 changed files with 212 additions and 24 deletions

View file

@ -1,9 +1,9 @@
ShowFile("src/Protection.bf")
ShowFile("src/Cases.bf")
WaitForResolve()
SleepTicks(20)
AssertFileErrors()
ShowFile("src/Cases.bf")
ShowFile("src/Defer.bf")
WaitForResolve()
SleepTicks(20)
AssertFileErrors()
@ -13,7 +13,12 @@ WaitForResolve()
SleepTicks(20)
AssertFileErrors()
ShowFile("src/Defer.bf")
ShowFile("src/Properties.bf")
WaitForResolve()
SleepTicks(20)
AssertFileErrors()
AssertFileErrors()
ShowFile("src/Protection.bf")
WaitForResolve()
SleepTicks(20)
AssertFileErrors()