blob: 2f376a4829920895deb676251fa12ea86c534b8b [file] [log] [blame]
public protocol GenericSubscriptProto {
subscript<K, V>(k: K) -> V { get set }
}