| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -143,7 +143,7 @@ class PatternBindingDecl(Decl): | |||
| 143 | 143 | ||
| 144 | 144 | class PoundDiagnosticDecl(Decl): | |
| 145 | 145 | """ A diagnostic directive, which is either `#error` or `#warning`.""" | |
| 146 | - kind: int | desc("""This is 1 for `#error` and 2 for `#warning`.""") | ||
| 146 | + kind: int | desc("""This is 1 for `#error` and 2 for `#warning`.""") | ql.internal | ||
| 147 | 147 | message: "StringLiteralExpr" | child | |
| 148 | 148 | ||
| 149 | 149 | class PrecedenceGroupDecl(Decl): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments