missed testinput :(

This commit is contained in:
Oleg Sukhodolsky 2005-06-20 12:48:29 +00:00
parent b53e53311d
commit 5fa648f830
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
class BadCls {
class X extends Exception {}
void m() throws X {}
}