yucs2019
Results
1
comments of
yucs2019
``` public class Demo { public static int num(int i, int j) { return i + j; } public long time() { return System.currentTimeMillis(); } } ``` --- ``` @MockDiagnose(LogLevel.VERBOSE)...