mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
Fixes for debugger, -run and -new support for BeefBuild
This commit is contained in:
parent
f534da77ff
commit
eb139fd33c
8 changed files with 98 additions and 64 deletions
|
@ -1,43 +0,0 @@
|
|||
|
||||
namespace System
|
||||
{
|
||||
class Poof
|
||||
{
|
||||
struct Whoop
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public struct Inner
|
||||
{
|
||||
this()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Result<void> Test()
|
||||
{
|
||||
return .Ok;
|
||||
}
|
||||
}
|
||||
|
||||
struct Other<T>
|
||||
{
|
||||
Result<void> Pook()
|
||||
{
|
||||
return .Ok;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public static T GetDefault<T>()
|
||||
{
|
||||
return default(T);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static
|
||||
{
|
||||
static int32 sCounterVal = 123;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue