Open elusivePorpoise opened 5 months ago
File with repro?
File with repro?
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