| Issue 30: | null.x = 10 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Fixed
|