We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3456a82 commit 6d64f3fCopy full SHA for 6d64f3f
1 file changed
ngc/Context.fs
@@ -30,6 +30,7 @@ open Naggum.Compiler.Reader
30
31
type ContextValue =
32
|Local of LocalBuilder * Type
33
+ |Field of FieldBuilder * Type
34
|Arg of int * Type
35
36
type Context =
0 commit comments