| 3986 | // ////////////////////////////////////////////////////////////////// |
| 3987 | |
| 3988 | PathArgument::PathArgument() : key_(), index_(), kind_(kindNone) {} |
| 3989 | |
| 3990 | PathArgument::PathArgument(ArrayIndex index) |
| 3991 | : key_(), index_(index), kind_(kindIndex) {} |
nothing calls this directly
no outgoing calls
no test coverage detected