1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-11 04:52:21 +02:00

Fixed method selection when we have append args

This commit is contained in:
Brian Fiete 2020-01-15 08:31:34 -08:00
parent 9d1b85cceb
commit 39b7309dd5
7 changed files with 19 additions and 9 deletions

View file

@ -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