示例#1
0
文件: Func.java 项目: SlimerDude/f4
 public void checkInCtor(Object it) {
   if (it == inCtor) return;
   String msg = it == null ? "null" : FanObj.typeof(it).qname();
   throw ConstErr.make(msg);
 }