mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: b86751e38c0349fcafd72ed04b39ed5283c2c06a
9 lines
119 B
Java
9 lines
119 B
Java
// "Replace with text block" "false"
|
|
|
|
class NonStringLiteral {
|
|
|
|
void empty() {
|
|
String empty = <caret>null;
|
|
}
|
|
|
|
} |