Skip to content

Commit

Permalink
Add Resolver.mapToJvmClassName() for KSClassDeclaration
Browse files Browse the repository at this point in the history
  • Loading branch information
bubenheimer committed Mar 8, 2023
1 parent 5aa2e60 commit fb824f7
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -259,6 +259,10 @@ class ResolverAAImpl(
TODO("Not yet implemented")
}

override fun mapToJvmClassName(declaration: KSClassDeclaration): String? {
TODO("Not yet implemented")
}

override fun overrides(overrider: KSDeclaration, overridee: KSDeclaration): Boolean {
TODO("Not yet implemented")
}
Expand Down

0 comments on commit fb824f7

Please sign in to comment.