Community
Participate
Working Groups
-------------------------------------------------- public static void main(String[] args) { int[] a = new int[10]; for (int i = 0; i < 10; i++) { a[i] = i; } } -------------------------------------------------- - Select "i" or "i <" in the for loop condition - Ctrl+1 => 'Put '<' expression in parentheses' quick assist is offered, this is incorrect as the quick assist does not work on the selection.
Created attachment 192917 [details] fix+tests
Fixed in HEAD.