mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-05 07:45:59 +02:00
Added test for adding files during hotload
This commit is contained in:
parent
c08d1161fb
commit
912fdbe195
6 changed files with 95 additions and 0 deletions
7
IDE/Tests/BugW005/Extra.bf
Normal file
7
IDE/Tests/BugW005/Extra.bf
Normal file
|
@ -0,0 +1,7 @@
|
|||
static
|
||||
{
|
||||
public static int Extra()
|
||||
{
|
||||
return 123;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue