mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 05:18:06 +07:00
Fixes IDEA-367667 Complete current statement action breaks on a new line character GitOrigin-RevId: fed8b5d8d860f491391413383922c112d9649eff
7 lines
120 B
Java
7 lines
120 B
Java
|
|
class Scratch {
|
|
public static void main(String[] args) {
|
|
throw
|
|
new RuntimeException("aaa");
|
|
}
|
|
} |