From f642cefe5fe9ea2562b1597e2d1315b9a20488e4 Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Sun, 17 Feb 2019 21:55:05 +0000 Subject: [PATCH] Move `ITypePrinter` from `AST` to `Generator`. --- src/{AST => Generator/Generators}/ITypePrinter.cs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{AST => Generator/Generators}/ITypePrinter.cs (100%) diff --git a/src/AST/ITypePrinter.cs b/src/Generator/Generators/ITypePrinter.cs similarity index 100% rename from src/AST/ITypePrinter.cs rename to src/Generator/Generators/ITypePrinter.cs