mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
Improves IDEA-336815 "Inline variable" misleading error message when compile-errors are present GitOrigin-RevId: 6e443a44c4ccf8a65d10f4f83665cfe2641282b0
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
public class CompilationError {
|
|
|
|
public static void main(String[] args) {
|
|
// inline
|
|
int dd = 4 + 3;
|
|
|
|
"Error".
|
|
}
|
|
} |