Commit 19cc1312 authored by Him188's avatar Him188

Suppress false positive warnings

parent 24983d8b
...@@ -374,6 +374,7 @@ internal class GroupImpl( ...@@ -374,6 +374,7 @@ internal class GroupImpl(
groupInfo: GroupInfo, groupInfo: GroupInfo,
members: Sequence<MemberInfo> members: Sequence<MemberInfo>
) : Group() { ) : Group() {
@Suppress("\"RemoveEmptyClassBody\"") // things will go wrong after removal, don't try
companion object { companion object {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment