Beef icon indicating copy to clipboard operation
Beef copied to clipboard

ConstantToCurrent crash

Open disarray2077 opened this issue 3 years ago • 0 comments

The code below causes a crash in the method "ConstantToCurrent"

public static void TestCrash(Object obj = "")
{
}

public static void Main()
{
	TestCrash();
}

Tested with: https://github.com/beefytech/Beef/commit/2b7d0284f7891b3d82e75f814ff90000d185a62d

disarray2077 avatar Sep 07 '22 22:09 disarray2077