Vladimir Reshetnikov
Results
1
comments of
Vladimir Reshetnikov
``` struct S { public static implicit operator int?(S x) { return 0; } public static implicit operator long(S x) { return 0; } static void Main() { S? x...