Comment bug lines

This commit is contained in:
Him188 2019-12-06 19:30:56 +08:00
parent b56e0ace2e
commit 1aaa43b133

View File

@ -1,16 +1,14 @@
package japttest;
import net.mamoe.mirai.network.protocol.tim.packet.login.LoginResult;
import test.JaptTestKt;
@SuppressWarnings("unused")
public class SuspendTest {
public static void main(String[] args) {
// TODO: 2019/12/6 Kotlin or IDE bug here
boolean bool = JaptTestKt.getLoginResult() == LoginResult.YOU_CAN_WRITE_ANY_THING;
// Uncomment the following line.
// boolean bool = JaptTestKt.getLoginResult() == LoginResult.YOU_CAN_WRITE_ANY_THING;
System.out.println("Hello world finished");
System.out.println("Hello world");
}
}