magic icon indicating copy to clipboard operation
magic copied to clipboard

Support CLR Attributes in deftype

Open nasser opened this issue 5 years ago • 0 comments

(deftype ^{ObsoleteAttribute "abc"
           FileDialogPermissionAttribute SecurityAction/Demand
           FileIOPermissionAttribute #{SecurityAction/Demand {:__args [SecurityAction/Deny] :Read "def"}}}
 Bar [^int a
      ^{:tag int
        NonSerializedAttribute {}
        ObsoleteAttribute "abc"}
      b]

  Foo (^{ObsoleteAttribute "abc"
         FileDialogPermissionAttribute SecurityAction/Demand
         FileIOPermissionAttribute #{SecurityAction/Demand {:__args [SecurityAction/Deny] :Read "def"}}}
        foo [this] 42))

nasser avatar Apr 17 '20 22:04 nasser