compiler 重构

This commit is contained in:
AriaLyy
2017-09-07 21:43:47 +08:00
parent ac99cc581f
commit 3574531d8d
31 changed files with 1103 additions and 912 deletions

View File

@@ -55,7 +55,7 @@ class PrintLog {
mMessager.printMessage(Diagnostic.Kind.ERROR, String.format(msg, args));
}
private void warning(String msg) {
public void warning(String msg) {
mMessager.printMessage(Diagnostic.Kind.WARNING, msg);
}