mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-29 09:49:56 +07:00
add test for IDEA-205525
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// "Remove 'IOException' from 'foo' throws list" "false"
|
||||
import java.io.*;
|
||||
|
||||
class Bar {
|
||||
|
||||
public native int goDrink(String arg) throws IOExce<caret>ption;
|
||||
|
||||
public static void main(String[] args) throws IOException {
|
||||
Bar bar = new Bar();
|
||||
bar.goDrink("aaa");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user