Fix some keyword errors

This commit is contained in:
Fabian Stamm
2024-01-18 19:08:44 +01:00
parent e15ce1f0a0
commit 7bc9adebaa
7 changed files with 76 additions and 31 deletions

View File

@ -41,6 +41,10 @@ class TestSrvimpl : Example.TestServiceServer<int>
throw new Exception("This is a remote error :)");
}
public override Task<double> FunctionWithKeywords(double type, double static_, double event_, int ctx)
{
throw new NotImplementedException();
}
}
class CopyTransportS2 : Example.JRpcTransport