mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-31 11:50:09 +08:00
Remove useless functions
This commit is contained in:
parent
e9ae6b2d17
commit
b131920a9c
@ -1,13 +1,9 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
import net.mamoe.mirai.network.data.LoginResult
|
|
||||||
|
|
||||||
@Suppress("RedundantSuspendModifier")
|
@Suppress("RedundantSuspendModifier")
|
||||||
suspend fun suspendPrintln(arg: String) = println(arg)
|
suspend fun suspendPrintln(arg: String) = println(arg)
|
||||||
|
|
||||||
suspend fun main() {
|
suspend fun main() {
|
||||||
suspendPrintln("Hello")
|
suspendPrintln("Hello")
|
||||||
suspendPrintln(" World!")
|
suspendPrintln(" World!")
|
||||||
}
|
}
|
||||||
|
|
||||||
fun getLoginResult(): LoginResult = LoginResult.SUCCESS
|
|
Loading…
Reference in New Issue
Block a user