Skip to content

Commit

Permalink
compile: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 9, 2024
1 parent 27fa62f commit b576883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/deps.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version.project=0.0.1-SNAPSHOT
version.aya=0.35.0-SNAPSHOT
version.aya=0.36.0-SNAPSHOT
version.aya-upstream=0.0.29
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.aya.intellij.AyaBundle
import org.aya.intellij.actions.lsp.AyaLsp
import org.aya.intellij.psi.concrete.AyaPsiDeclModifier
import org.aya.intellij.psi.concrete.AyaPsiVisitor
import org.aya.producer.error.BadModifierWarn
import org.aya.producer.error.BadXWarn.BadModifierWarn

class BadModifierInspection : WarningInspection() {
companion object {
Expand Down

0 comments on commit b576883

Please sign in to comment.