blob: 79fddc73542963333d18fd7ae299b195dfd64934 [file] [log] [blame]
package annotator.tests;
public class ReceiverWithThrows {
/* @UnderInitialization ReceiverWithThrows this */
public void foo() {
}
/* @Tainted ReceiverWithThrows this */
public void bar() throws Exception {
}
}