mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed a module extension issue with mIRFunction not being cleared
This commit is contained in:
parent
07a8e1fe23
commit
d7da98444e
7 changed files with 71 additions and 66 deletions
8
IDE/Tests/BugW002/scripts/Test.txt
Normal file
8
IDE/Tests/BugW002/scripts/Test.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
# This tests extensions in Span<uint8>, whose IRFunction was not being cleared
|
||||
|
||||
ShowFile("src/Program.bf")
|
||||
Compile()
|
||||
ToggleCommentAt("Main_OpenReg")
|
||||
Compile()
|
||||
ToggleCommentAt("Main_GetValue")
|
||||
Compile()
|
Loading…
Add table
Add a link
Reference in a new issue