mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
13 lines
283 B
Java
13 lines
283 B
Java
// "_ignore" "true"
|
|
|
|
|
|
class Main {
|
|
/// Here are some example properties:
|
|
/// {@snippet lang = Properties:
|
|
/// local.timezone=PST
|
|
/// # @highlight regex="[0-9]+" :
|
|
/// local.zip=94123
|
|
/// local.area-code=415<caret>
|
|
/// }
|
|
void foo() {}
|
|
} |