Skip to content

Commit 9f214c9

Browse files
antonsyndclaude
andcommitted
fix(discovery): correct BuildInterfaceList doc comment (returns empty list, not null)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent db2e3e8 commit 9f214c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Sharpy.Compiler/Discovery/ClrTypeMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ private bool IsGenericTypeDefinition(Type type, Type genericTypeDef)
292292

293293
/// <summary>
294294
/// Builds the interface list for a CLR type, synthesizing IDisposable if implemented.
295-
/// Returns null if no interfaces are synthesized.
295+
/// Returns an empty list if no interfaces are synthesized.
296296
/// </summary>
297297
private static List<InterfaceReference> BuildInterfaceList(Type clrType)
298298
{

0 commit comments

Comments
 (0)