Files
swift-mirror/lib/IDE
Ben Langmuir 65c86b713d [ReconstructType] Fix decl lookup when there are multiple constructors
We were failing to find init() decls whenever there was more than one
candidate.

The mangled function type we get will be (args...) -> T, but the real
thing is (T.Type) -> (args...) -> T. Strip the metatype so we can match
successfully.
2016-03-18 14:15:24 -07:00
..
2015-11-10 11:57:29 -08:00
2015-12-31 23:28:40 +00:00
2016-01-29 21:41:22 +00:00