Hey everyone.
I’m trying to initialize some String values in my list of Strings for testing purposes. However, it won’t work. Here’s the screenshot:
As you can see, it says “End of expression expected”, and I can’t figure out why, because the only value of my list of strings is in between double quotes. Also, deleting the “@” symbol makes the error be “String constants must end with a double quote”. Any ideas?
Thanks in advance.