mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-05 07:30:09 +08:00
Remove useless functions
This commit is contained in:
parent
e9ae6b2d17
commit
b131920a9c
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user