Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Sep 9, 2022
1 parent e4ffb82 commit 0e341c2
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -61,6 +61,8 @@ class RequiresTypeResolution(config: Config = Config.empty) : Rule(config) {
)
}
}
klasses.clear()
usesBindingContext = false
}

override fun visitClass(klass: KtClass) {
Expand Down

0 comments on commit 0e341c2

Please sign in to comment.