Last active
October 14, 2021 12:18
-
-
Save romainbsl/4949fcb37fe1103607344872cf971d6a to your computer and use it in GitHub Desktop.
Fails on `«true: // True!»«false: // False!»`
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
SourceCode( | |
lang = "kotlin", | |
code = """ | |
«true: // True!» | |
""".trimIndent(), | |
) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment