-
Notifications
You must be signed in to change notification settings - Fork 19
Handle 2024.14 code generation for string interpolation #15
Copy link
Copy link
Open
Labels
block simulationInvolves block simulation in decompilationInvolves block simulation in decompilationbugSomething isn't workingSomething isn't workingdecompilerInvolves the decompilerInvolves the decompiler
Description
It seems that 2024.14 uses a function named @@string@@ instead of string when performing string interpolation, although that version should be verified. Unsure how the decompiler should handle this at the moment, but in theory a quick fix is to use the regular string function - the end goal would be to replicate the interpolation syntax, though, which should be doable with some rigorous tests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
block simulationInvolves block simulation in decompilationInvolves block simulation in decompilationbugSomething isn't workingSomething isn't workingdecompilerInvolves the decompilerInvolves the decompiler