Files
kotlin-fork/compiler/testData/psi/stringTemplates/RawStringsWithManyQuotes.kt
T
Andrey Breslav 2a0ccb95b1 Support quotes at the end of a raw string
Fix for KT-4650 Can't use double quote at the end of the raw string

#KT-4650 Fixed
2014-03-07 19:38:58 +04:00

20 lines
214 B
Kotlin

fun foo() {
""""""
"""""""
""""""""
"""""""""
""""""""""
"""" """
""""" """
""" """"
""" """""
""" """"""
""" """""""
""" """"""""
"""" """"
""""" """""
}