mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-27 17:49:19 +07:00
Fixes IDEA-367667 Complete current statement action breaks on a new line character GitOrigin-RevId: fed8b5d8d860f491391413383922c112d9649eff
7 lines
116 B
Java
7 lines
116 B
Java
|
|
class Scratch {
|
|
public static void main(String[] args) {
|
|
throw
|
|
new <caret>RuntimeException("aaa")
|
|
}
|
|
} |