This commit is contained in:
Mark Probst 2018-08-13 18:02:08 -07:00
Родитель a502d95c3a
Коммит 47c2f4821d
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -90,8 +90,7 @@ function alwaysApplyTransformation(xf: Transformation): boolean {
}
/**
* The C# type for a given transformed string type. The function can
* assume that it will only be called for type kinds that
* The C# type for a given transformed string type.
*/
function csTypeForTransformedStringType(t: PrimitiveType): Sourcelike {
if (t.kind === "date-time") {