mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
7 lines
200 B
Java
7 lines
200 B
Java
/** {<warning descr="'@snippet' tag is not available at this language level">@snippet</warning> :
|
|
* FileInputStream is = new FileInputStream("hello.world");
|
|
* int r = is.read();
|
|
* }
|
|
*/
|
|
class A {
|
|
} |