Suppress false positive warnings

This commit is contained in:
Him188 2020-03-06 15:15:39 +08:00
parent 24983d8bbe
commit 19cc131247

View File

@ -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 {
}