Skip to content

Commit 0b0071a

Browse files
abreadjoaocmd
andcommitted
Add support for short to conventional_name
Co-authored-by: João David <[email protected]>
1 parent 37a12a4 commit 0b0071a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/reflect.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ function conventional_name(name::AbstractString)
1010
return "boolean"
1111
elseif name == "B"
1212
return "byte"
13+
elseif name == "S"
14+
return "short"
1315
elseif name == "C"
1416
return "char"
1517
elseif name == "I"

0 commit comments

Comments
 (0)