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
What steps will reproduce the problem?
1. Create procedure which calls other procedure with named parameters. For
example:
PLOG.init(PLEVEL => PLOG.LWARN);
2. Reformat code (cmd-shift-L)
What is the expected output? What do you see instead?
Expected as-is, but it becomes:
PLOG.init (PLEVEL = > PLOG.LWARN);
Which of course is invalid PLSQL code.
What version of the product are you using? On what operating system?
IntelliJ 13, MacOSX, Plugin version 3.0.2671
Original issue reported on code.google.com by [email protected] on 19 Feb 2014 at 12:02
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 Feb 2014 at 12:02The text was updated successfully, but these errors were encountered: