Beef icon indicating copy to clipboard operation
Beef copied to clipboard

[Crash] SplitList property in generic interface causes a crash.

Open EnokViking opened this issue 3 years ago • 0 comments

This snippet causes the IDE to crash in 0.43.4.

interface ITest<T>
{
	public SplitList<T>.Entry Get {/*putting a get; here in safe mode prevents it from crashing.*/}
}

EnokViking avatar Oct 01 '22 09:10 EnokViking