Commit b131920a authored by Him188's avatar Him188

Remove useless functions

parent e9ae6b2d
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
\ No newline at end of file
}
\ No newline at end of file
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