As I've mention in this post, I'll be continuing the trivia series here in my blog. I've encountered a good one from internal chat yesterday, here it is:
will this compile?
[Test]
public void IntTests()
{
int i = 1;
if(i != null)
{
Debug.Write("jokiz");
}
}
Posted
Dec 06 2007, 01:43 PM
by
jokiz