Skip to content

Instantly share code, notes, and snippets.

@klukwist
Created October 13, 2022 15:19
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 klukwist/fc1f530cbc1b57d508103369372240e3 to your computer and use it in GitHub Desktop.
Save klukwist/fc1f530cbc1b57d508103369372240e3 to your computer and use it in GitHub Desktop.
val aInstance = get<A>() // or val aInstance: A = get()
val bInstance = get<B>()
val cInstance = get<C> {
params(bInstance)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment