Fixed a hash collision causing null variables to be overwritten
Andrew, don't you dare run my code through a clanker again or I'll hunt your Canuck ass down and beat you with a hockey stick.
This commit is contained in:
@@ -157,4 +157,11 @@ print !false; //true
|
||||
print a;
|
||||
}
|
||||
|
||||
{
|
||||
//Yet Another Cosmic Joke
|
||||
var a = null;
|
||||
var i = 42;
|
||||
print a;
|
||||
}
|
||||
|
||||
//TODO: type casting
|
||||
Reference in New Issue
Block a user