mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 10:22:24 +07:00
GitOrigin-RevId: 6da5af5f9d23adf4aacfc5752765103bb6732a8a
7 lines
118 B
Java
7 lines
118 B
Java
/** {@snippet :
|
|
* FileInputStream is = new FileInputStream("hello.world");
|
|
* int r = is.read();
|
|
* }
|
|
*/
|
|
class A {
|
|
} |