Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Sep 4, 2022
1 parent 792a665 commit 6c2c21a
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 6c2c21a

Please sign in to comment.