Sign in
rust
/
rust-lang
/
gcc
/
76c5e4bca2855f289206c436dbdfd00b1e3b172d
/
.
/
libjava
/
testsuite
/
libjava.compile
/
PR20312.java
blob: 463172b683964db3524387c53d41f207791fd2b6 [
file
] [
log
] [
blame
]
/* Can't throw what the overridden method doesn't. */
public
class
PR20312
{
public
String
toString
(
)
throws
java
.
io
.
IOException
{
return
"SNAFU"
;
}
}