Community
Participate
Working Groups
3.6 and also with fix for bug 65317 and bug 330556. void foo() { thisisatest().thisisatest(); }
(In reply to comment #0) > 3.6 and also with fix for bug 65317 and bug 330556. > > void foo() { > thisisatest().thisisatest(); > } Dani - what doesn't work with this sample?
(In reply to comment #1) > (In reply to comment #0) > > 3.6 and also with fix for bug 65317 and bug 330556. > > > > void foo() { > > thisisatest().thisisatest(); > > } > > Dani - what doesn't work with this sample? The indentation is wrong after pressing 'Enter' with the caret before or after the '.'. Once wrapped Ctl+I does not work either - the result is: void foo() { thisisatest() .thisisatest(); }
*** This bug has been marked as a duplicate of bug 65264 ***