mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
13 lines
189 B
Text
13 lines
189 B
Text
![]() |
# This tests that renaming namespace properly deletes types
|
||
|
|
||
|
ShowFile("src/Program.bf")
|
||
|
|
||
|
Compile()
|
||
|
|
||
|
Sleep(1000)
|
||
|
GotoText("//Test")
|
||
|
AdjustCursor(-1, 0)
|
||
|
InsertText("2")
|
||
|
Sleep(1000)
|
||
|
|
||
|
Compile()
|