mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 00:20:54 +07:00
Split the snippet body into small chunks for injection GitOrigin-RevId: d4bf9d22521a0b418c1fab4e1de4c0ada3e6677d
17 lines
215 B
Java
17 lines
215 B
Java
// "_ignore" "true"
|
|
|
|
class Main {
|
|
/**
|
|
* A simple program.
|
|
* {@snippet :
|
|
* class HelloWorld {
|
|
* void f() {
|
|
* System.out.println();
|
|
* <caret>
|
|
* }
|
|
* }
|
|
* }
|
|
*/
|
|
void f() {}
|
|
}
|