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 d024ed0 commit 2830585
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 2830585

Please sign in to comment.