mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 14:20:24 +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 {
|
actual fun toFullString(): String {
|
||||||
return "Group(id=${this.id}, name=$name, owner=${owner.id}, members=${members.idContentString})"
|
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.ExternalImage
|
||||||
import net.mamoe.mirai.utils.MiraiExperimentalAPI
|
import net.mamoe.mirai.utils.MiraiExperimentalAPI
|
||||||
import net.mamoe.mirai.utils.OverFileSizeMaxException
|
import net.mamoe.mirai.utils.OverFileSizeMaxException
|
||||||
import kotlin.jvm.JvmName
|
|
||||||
import kotlin.jvm.JvmSynthetic
|
import kotlin.jvm.JvmSynthetic
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 群. 在 QQ Android 中叫做 "Troop"
|
* 群. 在 QQ Android 中叫做 "Troop"
|
||||||
*/
|
*/
|
||||||
@Suppress("INAPPLICABLE_JVM_NAME")
|
|
||||||
expect abstract class Group() : Contact, CoroutineScope {
|
expect abstract class Group() : Contact, CoroutineScope {
|
||||||
/**
|
/**
|
||||||
* 群名称.
|
* 群名称.
|
||||||
@ -163,7 +161,6 @@ expect abstract class Group() : Contact, CoroutineScope {
|
|||||||
*/
|
*/
|
||||||
@MiraiExperimentalAPI("dangerous")
|
@MiraiExperimentalAPI("dangerous")
|
||||||
@Suppress("INAPPLICABLE_JVM_NAME", "FunctionName")
|
@Suppress("INAPPLICABLE_JVM_NAME", "FunctionName")
|
||||||
@JvmName("newMember")
|
|
||||||
abstract fun newMember(memberInfo: MemberInfo): Member
|
abstract fun newMember(memberInfo: MemberInfo): Member
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user