mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-12 14:00:12 +08:00
Suppress false positive warnings
This commit is contained in:
parent
24983d8bbe
commit
19cc131247
@ -374,6 +374,7 @@ internal class GroupImpl(
|
||||
groupInfo: GroupInfo,
|
||||
members: Sequence<MemberInfo>
|
||||
) : Group() {
|
||||
@Suppress("\"RemoveEmptyClassBody\"") // things will go wrong after removal, don't try
|
||||
companion object {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user