That means FIXME in GetSignature (TypeInfo.n)

0 views
Skip to first unread message

Alexey V. Tyul'kin

unread,
Oct 15, 2008, 12:15:18 PM10/15/08
to nemerle-dev
GetSignature (mem : IMember) : option [MType]
{
match (mem.MemberKind) {
| Property when (mem :> IProperty).IsIndexer
| Constructor | Method =>
// FIXME: this won't work for generic methods
match (GetMemType ().TypeOfMember (mem).Fix ()) {
| MType.Fun (from, _) => Some (from.Fix ())
| _ => None ()
}
| _ => None ()
}
}

1. How to construct an example which shows it
2. How to fix
Reply all
Reply to author
Forward
0 new messages