| 79 | } |
| 80 | |
| 81 | type ScalarType struct { |
| 82 | ValueType interface{} |
| 83 | Position *filepos.Position |
| 84 | defaultValue interface{} |
| 85 | documentation documentation |
| 86 | } |
| 87 | |
| 88 | type AnyType struct { |
| 89 | defaultValue interface{} |
nothing calls this directly
no outgoing calls
no test coverage detected