You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export multi-line strings as concatenated single-line strings. (#12, thank you to @jane-olszewska ): This prevents bugs that occur when extra spaces are inserted into a multi-line string in AbstractClassGenerator::prefixCodeWithSpaces call.