This website requires JavaScript.
Explore
Help
Sign In
FabInfra-Mirror
/
libs.capnproto-dotnetcore_Runtime
Watch
1
Star
0
Fork
0
You've already forked libs.capnproto-dotnetcore_Runtime
mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced
2025-03-12 23:01:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
libs.capnproto-dotnetcore_R...
/
CapnpC.CSharp.Generator.Tests
/
No Resources
/
UnitTest1.capnp
10 lines
83 B
Cap'n Proto
Raw
Normal View
History
Unescape
Escape
Test renaming of enumerants that are C# keywords.
2019-08-29 01:36:47 -04:00
@0x93d3c4d19cd84a4c
;
enum
Enumerant
{
byte
@0
;
Test for absence of name clashes with immediately enclosing type.
2019-08-29 10:28:53 -04:00
}
struct
Foo
{
foo
@0
:
UInt8
;
}
Reference in New Issue
Copy Permalink