My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 30: null.x = 10
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  gameh...@gmail.com
Closed:  Jul 2010


 
Project Member Reported by gameh...@gmail.com, Jun 20, 2010
class Main {
    static inline function offender(obj:Dynamic) {
       if(obj!=null) obj.value = 10;
    }
    static function main() {
        offender(null);
    }
}
Jul 29, 2010
Project Member #1 gameh...@gmail.com
Fixed on haxe svn
Status: Fixed

Powered by Google Project Hosting