Ejemplo n.º 1
0
 public void GetAttributesForKnownTypes_WhenSymbolIsNull_ReturnsEmpty() =>
 SymbolHelper.GetAttributes(null, ImmutableArray.Create(KnownType.Void)).Should().BeEmpty();
Ejemplo n.º 2
0
 public void GetAttributesForKnownType_WhenSymbolIsNull_ReturnsEmpty() =>
 SymbolHelper.GetAttributes(null, KnownType.Void).Should().BeEmpty();