示例#1
0
 void warning(ErrorReporter reporter, String message) {
   reporter.warning(message, sourceName, lineno, charno);
 }