diff --git a/Sources/ViewInspection/Inspection/AnyInspectable+Values.swift b/Sources/ViewInspection/Inspection/AnyInspectable+Values.swift index 9645349..df75f08 100644 --- a/Sources/ViewInspection/Inspection/AnyInspectable+Values.swift +++ b/Sources/ViewInspection/Inspection/AnyInspectable+Values.swift @@ -1,4 +1,8 @@ extension AnyInspectable { + static func sameType(_ t: E.Type = E.self) -> AnyInspectable> { + .some + } + static var closure: AnyInspectable Void>> { .some } static var closureWithVoidParam: AnyInspectable Void>> { .some } static var asyncClosure: AnyInspectable Void>> { .some }