Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Make Qodana happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI1208 committed Sep 28, 2021
1 parent 124ebf2 commit 6ceeb32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ data class ServerWindowColorsEvent(
@Serializable
sealed class SpeculativeEvent : ServerEvent() {

@Suppress("unused") // it is actually used in org.jetbrains.projector.client.web.ServerEventsProcessor, but Qodana doesn't see it...
@Serializable
@SerialName("q")
data class SpeculativeStringDrawnEvent(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ data class ClientKeyPressEvent(
val modifiers: Set<KeyModifier>,
) : ClientEvent()

@Suppress("unused") // it is actually used in org.jetbrains.projector.client.web.state.ClientState, but Qodana doesn't see it...
@Serializable
data class ClientSpeculativeKeyPressEvent(
val originalEvent: ClientKeyPressEvent,
Expand Down

0 comments on commit 6ceeb32

Please sign in to comment.