Kaydet (Commit) b38cc6f5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Clarify that attribute setter raises list must not be empty

Change-Id: Ic2d8b1e6f9dbaeee3e3ad9280236abd503de3ffd
üst ebb1bb16
......@@ -36,6 +36,14 @@ interface I1 {
};
EXPECT FAILURE "attribute.tests 3a":
interface I1 {
[attribute] long a {
set raises ();
};
};
EXPECT SUCCESS "attribute.tests 4":
exception E1 {};
interface I1 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment