diff options
Diffstat (limited to 'tests/bugs1923/gh326/pkg/BusinessDto.java')
-rw-r--r-- | tests/bugs1923/gh326/pkg/BusinessDto.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/bugs1923/gh326/pkg/BusinessDto.java b/tests/bugs1923/gh326/pkg/BusinessDto.java new file mode 100644 index 000000000..42d792b27 --- /dev/null +++ b/tests/bugs1923/gh326/pkg/BusinessDto.java @@ -0,0 +1,8 @@ +package pkg; + +public class BusinessDto { + + public BusinessDto() throws SourceException { +throw new SourceException(); +} +} |