Files
swift-mirror/lib/AST/Decl.cpp
Slava Pestov bb2df6e17d AST: Fix ValueDecl::isUsableFromInline() for destructors
We should make the isUsableFromInline() query a proper request.
For now though, given a DestructorDecl it has to check the class
itself, because we don't always propagate the @usableFromInline
attribute from the class to the destructor.
2018-09-05 12:59:05 -07:00

208 KiB