blob: 3bce1e117fcbe77765992739f488c9e72e8405d9 [file] [log] [blame]
abstract class ToolUser {
/// Invokes a tool that fails.
///
/// {@tool drill}
/// Doesn't matter what's here: it's gonna fail.
/// {@end-tool}
void invokeFailingTool();
}