We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4c4d6 commit 2dd6182Copy full SHA for 2dd6182
Nu/Nu/Core/Xtension.fs
@@ -40,10 +40,6 @@ module Xtension =
40
let mutable propertyRef = Unchecked.defaultof<_>
41
match UMap.tryGetValue (name, xtension.Properties, &propertyRef) with
42
| true ->
43
-#if DEBUG
44
- if property.PropertyType <> propertyRef.PropertyType then
45
- failwith "Cannot change the type of an existing Xtension property."
46
-#endif
47
if xtension.Imperative then
48
propertyRef.PropertyValue <- property.PropertyValue
49
struct (true, xtension)
0 commit comments