mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 00:29:58 +07:00
GitOrigin-RevId: d5679c33a9ae8501227f38d23679e653ace4d591
7 lines
86 B
Java
7 lines
86 B
Java
class Foo {
|
|
class Bar {
|
|
void foo() {
|
|
String <caret>str = "42";
|
|
}
|
|
}
|
|
} |