Created
September 3, 2024 03:31
-
-
Save nagat01/cf84d567d6f00ea148e0b775b057b4da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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