2a0ccb95b1
Fix for KT-4650 Can't use double quote at the end of the raw string #KT-4650 Fixed
20 lines
214 B
Kotlin
20 lines
214 B
Kotlin
fun foo() {
|
|
""""""
|
|
"""""""
|
|
""""""""
|
|
"""""""""
|
|
""""""""""
|
|
|
|
"""" """
|
|
""""" """
|
|
|
|
""" """"
|
|
""" """""
|
|
""" """"""
|
|
""" """""""
|
|
""" """"""""
|
|
|
|
"""" """"
|
|
""""" """""
|
|
}
|