if you call checkBool, it will always return "why does this not fail"
Why is this and why do you not need to initialize _bool?
public sealed class falsefalse
{
private static bool _bool;
public static string checkBool()
{
if (!_bool)
return "why does this not fail";
else return "";
}
}