Skip to content

Commit

Permalink
Cleaned up some file names.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer committed Apr 27, 2024
1 parent b713936 commit 766d451
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Microsoft.CodeAnalysis;

namespace schema.util.symbols {
public static class TypeSymbolUtil {
public static class TypeSymbolExtensions {
public static bool IsArray(this ITypeSymbol typeSymbol,
out ITypeSymbol elementTypeSymbol) {
if (typeSymbol is IArrayTypeSymbol arrayTypeSymbol) {
Expand Down

0 comments on commit 766d451

Please sign in to comment.