AH
Size: a a a
AH
VK
NM
AH
AH
AH
AH
NM
NM
AH
AH
NM
type IExample =
abstract member Parse : unit -> unit
type Example<'a when 'a : (static member parse : unit -> unit)>() =
interface IExample with
member x.Parse() = ()
NM
VK
type IExample =
abstract member Parse : unit -> unit
type Example<'a when 'a : (static member parse : unit -> unit)>() =
interface IExample with
member x.Parse() = ()
NM
NM
AH
AH
NM