Commit 1aaa43b1 authored by Him188's avatar Him188

Comment bug lines

parent b56e0ace
package japttest; package japttest;
import net.mamoe.mirai.network.protocol.tim.packet.login.LoginResult;
import test.JaptTestKt;
@SuppressWarnings("unused") @SuppressWarnings("unused")
public class SuspendTest { public class SuspendTest {
public static void main(String[] args) { public static void main(String[] args) {
// TODO: 2019/12/6 Kotlin or IDE bug here // 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");
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment