mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-27 20:18:01 +02:00
Fixed method selection when we have append args
This commit is contained in:
parent
9d1b85cceb
commit
39b7309dd5
7 changed files with 19 additions and 9 deletions
|
@ -49,7 +49,7 @@ OtherLinkFlags = ""
|
|||
TargetDirectory = "$(WorkspaceDir)/dist"
|
||||
TargetName = "BeefIDE_d2"
|
||||
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib BeefySysLib64_d.lib wsock32.lib"
|
||||
DebugCommandArguments = "-proddir=C:\\Beef\\ide\\mintest"
|
||||
DebugCommandArguments = "-workspace=c:\\beef\\ide\\mintest"
|
||||
DebugWorkingDirectory = "$(ProjectDir)\\dist"
|
||||
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
|
||||
|
||||
|
|
|
@ -49,6 +49,7 @@ struct Blurg
|
|||
StructA sa = .();
|
||||
sa.mA = 123
|
||||
|
||||
|
||||
return (int32)123;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,11 +17,6 @@ namespace IDE
|
|||
//System.Collections.Generic.List<System.String> list;
|
||||
static int32 Main(String[] args)
|
||||
{
|
||||
/*if ((var str = scope String()) || (var str2 = scope String()))
|
||||
{
|
||||
|
||||
}*/
|
||||
//Test.Test();
|
||||
#if SMALLTEST
|
||||
Debug.WriteLine("Hey!\n");
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue