/** {@snippet : * FileInputStream is = new FileInputStream("hello.world"); * int r = is.read(); * } */ class A { }