|
|
@@ -1,13 +1,9 @@
|
|
|
package test
|
|
|
|
|
|
-import net.mamoe.mirai.network.data.LoginResult
|
|
|
-
|
|
|
@Suppress("RedundantSuspendModifier")
|
|
|
suspend fun suspendPrintln(arg: String) = println(arg)
|
|
|
|
|
|
suspend fun main() {
|
|
|
suspendPrintln("Hello")
|
|
|
suspendPrintln(" World!")
|
|
|
-}
|
|
|
-
|
|
|
-fun getLoginResult(): LoginResult = LoginResult.SUCCESS
|
|
|
+}
|