Files
swift-mirror/test/DebugInfo/Inputs/curry_thunk_other.swift
2020-05-26 22:59:08 -04:00

8 lines
127 B
Swift

public struct HTTPMethod {
public let rawValue: String
public init(rawValue: String) {
self.rawValue = rawValue
}
}