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
This commit is contained in:
Andrey Breslav
2014-03-06 14:27:46 +04:00
parent 3cd1af3ba1
commit 2a0ccb95b1
8 changed files with 538 additions and 324 deletions
@@ -0,0 +1,19 @@
fun foo() {
""""""
"""""""
""""""""
"""""""""
""""""""""
"""" """
""""" """
""" """"
""" """""
""" """"""
""" """""""
""" """"""""
"""" """"
""""" """""
}