comparison base/src/java/lang/wrappers.d @ 84:fcf926c91ca4

Added base classes
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Apr 2009 09:25:29 +0200
parents 2e09b0e6857a
children 536e43f63c81
comparison
equal deleted inserted replaced
83:0628aaa2996c 84:fcf926c91ca4
138 } 138 }
139 assert( obj is null ); // if not null, it was the wrong type 139 assert( obj is null ); // if not null, it was the wrong type
140 return null; 140 return null;
141 } 141 }
142 142
143