//! Utilities for ink! Semantic Analyzer integration tests.
use ;
/// Determines the ink! language version from a test fixture's path.
///
/// This hack is used because we don't want to parse `Cargo.toml` in the semantic analyzer
/// (we leave that to the language server - which doesn't need this hack).