mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-11 21:30:11 +08:00
Comment bug lines
This commit is contained in:
parent
b56e0ace2e
commit
1aaa43b133
@ -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");
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user