Files
Roman.Ivanov b36a94855a ExtractMethodProcessor: fix NPE extracting method from empty parenthesis: EA-214509
GitOrigin-RevId: 5fc2d19d08efca879d6e8174d0a8500eb7803dc5
2019-11-07 02:40:58 +00:00

6 lines
78 B
Java

class C {
void foo() {
int x = <selection>()</selection>;
}
}