Skip to content

Instantly share code, notes, and snippets.

@johnsonlee
Created December 9, 2022 10:42
Show Gist options
  • Select an option

  • Save johnsonlee/ed66b47c97f1d1aeeb8a163a536c0453 to your computer and use it in GitHub Desktop.

Select an option

Save johnsonlee/ed66b47c97f1d1aeeb8a163a536c0453 to your computer and use it in GitHub Desktop.
fun interface IFoo {
fun foo()
}
val iFooCtor = ::IFoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment