Exemple #1
0
 public void checkInCtor(Object it) {
   if (it == inCtor) return;
   String msg = it == null ? "null" : FanObj.typeof(it).qname();
   throw ConstErr.make(msg);
 }