Beef
Beef copied to clipboard
[Crash] SplitList property in generic interface causes a crash.
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.*/}
}