mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 06:10:30 +08:00
Remove redundant @JvmName
This commit is contained in:
parent
a9972dc030
commit
2944b8abd8
@ -202,5 +202,4 @@ actual abstract class Group : Contact(), CoroutineScope {
|
||||
actual fun toFullString(): String {
|
||||
return "Group(id=${this.id}, name=$name, owner=${owner.id}, members=${members.idContentString})"
|
||||
}
|
||||
|
||||
}
|
@ -23,13 +23,11 @@ import net.mamoe.mirai.message.data.OfflineGroupImage
|
||||
import net.mamoe.mirai.utils.ExternalImage
|
||||
import net.mamoe.mirai.utils.MiraiExperimentalAPI
|
||||
import net.mamoe.mirai.utils.OverFileSizeMaxException
|
||||
import kotlin.jvm.JvmName
|
||||
import kotlin.jvm.JvmSynthetic
|
||||
|
||||
/**
|
||||
* 群. 在 QQ Android 中叫做 "Troop"
|
||||
*/
|
||||
@Suppress("INAPPLICABLE_JVM_NAME")
|
||||
expect abstract class Group() : Contact, CoroutineScope {
|
||||
/**
|
||||
* 群名称.
|
||||
@ -163,7 +161,6 @@ expect abstract class Group() : Contact, CoroutineScope {
|
||||
*/
|
||||
@MiraiExperimentalAPI("dangerous")
|
||||
@Suppress("INAPPLICABLE_JVM_NAME", "FunctionName")
|
||||
@JvmName("newMember")
|
||||
abstract fun newMember(memberInfo: MemberInfo): Member
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user