commit | 6228b907e0a01659515e8e4715c70f540fe07589 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Fri Apr 09 22:55:11 2021 +0200 |
committer | Jens Geyer <jensg@apache.org> | Sat Apr 10 10:09:44 2021 +0200 |
tree | 4d19ecab0f81d5bab2e8048a0717b27ab06bc4a1 | |
parent | 6583f4e52345c3b05a76f0b188836599628356e8 [diff] [blame] |
THRIFT-5395 inconsistent treatment of methods ending in "Async" Client: netstd Patch: Jens Geyer This closes #2372
diff --git a/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift5253.thrift b/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift5253.thrift index ee3df9b..224ac85 100644 --- a/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift5253.thrift +++ b/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift5253.thrift
@@ -42,5 +42,9 @@ AsyncProcessor AsyncProcessor ( 1: AsyncProcessor foo) Client Client ( 1: Client foo) IAsync IAsync ( 1: IAsync foo) + + // inconsistent treatment of methods ending in "Async" + void TestXsync() + void TestAsync() }