blob: 24a972e53da9e0920b4942464e07c2ec9545daeb [file] [log] [blame]
package org.eclipse.p;
import java.io.IOException;
class A {
/**
* @throws Exception
* @throws IOException
* @throws IllegalArgumentException
*/
void m() throws Exception, IOException, IllegalArgumentException {
}
}