Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
The following code may produce incorrect code (depending on the target language implementation) due to the unexpected "required" keyword.
exception foobar {
}
service foo {
void bar() throws (1: required foobar e)
}
produces for example with a netstd target
foo.cs(85,16,85,23): error CS1061: "foo.InternalStructs.bar_result" foo.cs(355,19,355,26): error CS1061: "foo.InternalStructs.bar_result"
Attachments
Issue Links
- links to