mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-27 13:50:53 +07:00
5 lines
189 B
Java
5 lines
189 B
Java
class MyTest {
|
|
void f(String lang, boolean prefix, String article){
|
|
String s = "Not a valid " + lang + " identifier<caret> part in " + (prefix ? article + " prefix" : "suffix");
|
|
}
|
|
} |