1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
Beef/IDE/Tests/BugW005/scripts/Test.txt

17 lines
407 B
Text
Raw Normal View History

# This tests that types that fail generic tests don't create types referenced in methods
# and also that they get deleted immediately when they are dereferenced.
ShowFile("src/Program.bf")
GotoText("//Test_Start")
ToggleBreakpoint()
RunWithCompiling()
ToggleCommentAt("CallExtra_Call")
AddProjectItem("Bug", "", "$(WorkspaceDir)/Extra.bf")
Compile()
StepInto()
StepOver()
AssertEvalEquals("val", "123")