My code here:
It compiles successfully but GitHub doesn’t highlight it correctly.
I guess it’s because Kotllin treat """""""
as a single \"
character, while github parser consider it as an illegal string which is an empty string and an additional "
symbol.
It’s not so important for me so whether to fix it depends on the GitHub maintainers or the Kotlin team.
Sorry for my English.