From 489dd6a77cfa1c566fb8623316933ae911d910f2 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 27 May 2017 07:07:18 +0200 Subject: [PATCH] add support for the getParameterStorageClasses trait --- src/common/constants.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/constants.d b/src/common/constants.d index 56a27ce..d788e0d 100644 --- a/src/common/constants.d +++ b/src/common/constants.d @@ -58,6 +58,7 @@ immutable string[] traits = [ "getLinkage", "getMember", "getOverloads", + "getParameterStorageClasses", "getPointerBitmap", "getProtection", "getUnitTests",