2 BCE0154-1.boo(11,2): BCE0154: 'System.Runtime.InteropServices.ComVisibleAttribute' cannot be applied multiple times on the same target.
3 BCE0154-1.boo(12,2): BCE0154: 'System.Runtime.InteropServices.ComVisibleAttribute' cannot be applied multiple times on the same target.
6 [System
.Diagnostics
.Conditional("test no false error on multiple usage")]
7 [System
.Diagnostics
.Conditional("test no false error on multiple usage")]
8 def TestMultipleUsageGood():
11 [System
.Runtime
.InteropServices
.ComVisible(true)]
12 [System
.Runtime
.InteropServices
.ComVisible(false)]
13 def TestMultipleUsageBad():