Last active
September 4, 2024 01:27
-
-
Save nagat01/012ad561ee5af71148881b83a168e749 to your computer and use it in GitHub Desktop.
This file contains 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
inline def f(x: Any) = | |
inline x match | |
case Int => "Int" | |
@main def main = println: | |
f("a") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment