You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using System;
namespace test;
#if DEBUG
class Program
{
static int Main()
{
var multiString = """
good
#else
bad
#endif
alsobad // was "also bad"
""";
return 0;
}
}
#endif
..... when not preceded by other chars in the same line.
edit: only occurs when the code is between a Beef #if and #endif
The text was updated successfully, but these errors were encountered: