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