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:
@@ -0,0 +1,19 @@
|
||||
fun foo() {
|
||||
""""""
|
||||
"""""""
|
||||
""""""""
|
||||
"""""""""
|
||||
""""""""""
|
||||
|
||||
"""" """
|
||||
""""" """
|
||||
|
||||
""" """"
|
||||
""" """""
|
||||
""" """"""
|
||||
""" """""""
|
||||
""" """"""""
|
||||
|
||||
"""" """"
|
||||
""""" """""
|
||||
}
|
||||
Reference in New Issue
Block a user