Skip to content

Instantly share code, notes, and snippets.

@nagat01
Created September 3, 2024 03:31
Show Gist options
  • Select an option

  • Save nagat01/cf84d567d6f00ea148e0b775b057b4da to your computer and use it in GitHub Desktop.

Select an option

Save nagat01/cf84d567d6f00ea148e0b775b057b4da to your computer and use it in GitHub Desktop.
class A
object O:
given A = A()
@main def main =
import O.{given A}
println(summon[A])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment