Skip to content

Instantly share code, notes, and snippets.

@Morfly
Created July 16, 2021 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Morfly/0f16e5d7e4ccdeacaac4a98cb28fc1a8 to your computer and use it in GitHub Desktop.
Save Morfly/0f16e5d7e4ccdeacaac4a98cb28fc1a8 to your computer and use it in GitHub Desktop.
interface KSNode {
...
fun <D, R> accept(visitor: KSVisitor<D, R>, data: D): R
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment