| 232 | //Ex. x:u256 |
| 233 | #[derive(Hash, PartialEq, Eq, Debug, Clone)] |
| 234 | pub struct TypedIdentifier { |
| 235 | pub identifier: String, |
| 236 | pub yul_type: YulType, |
| 237 | } |
| 238 | |
| 239 | pub type Identifier = String; |
| 240 |
nothing calls this directly
no outgoing calls
no test coverage detected