mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
Split the snippet body into small chunks for injection GitOrigin-RevId: d4bf9d22521a0b418c1fab4e1de4c0ada3e6677d
14 lines
146 B
Java
14 lines
146 B
Java
// "_ignore" "true"
|
|
|
|
/**
|
|
* A simple program.
|
|
* {@snippet :
|
|
* class HelloWorld {
|
|
* public void f() {
|
|
* }
|
|
* }
|
|
* }
|
|
*/
|
|
class Main {
|
|
}
|