any idea why this code: ``` return '"' + TABLE_...
# random
d
any idea why this code:
Copy code
return '"' + TABLE_PREFIX + account.replace("@", "_a_").replace(".", "_") + '"'
could crash kotlin plugin? simple smile with this message:
Copy code
2 declarations in val x =
         ""$TABLE_PREFIX${account.replace("@", "_a_").replace(".", "_")}""