Skip to content

Commit

Permalink
Update asm: migrate to stable visitor API
Browse files Browse the repository at this point in the history
 #KTIJ-19005 In Progress
  • Loading branch information
goodwinnk authored and Space committed Sep 14, 2021
1 parent a5c7c02 commit ec21756
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class BinaryJavaClass(
}
}

override fun visitPermittedSubtypeExperimental(permittedSubtype: String?) {
permittedTypes.addIfNotNull(permittedSubtype?.convertInternalNameToClassifierType())
override fun visitPermittedSubclass(permittedSubclass: String?) {
permittedTypes.addIfNotNull(permittedSubclass?.convertInternalNameToClassifierType())
}
}

0 comments on commit ec21756

Please sign in to comment.