diff --git a/app/Program.cs b/app/Program.cs
index 889ceca..ffedf05 100644
--- a/app/Program.cs
+++ b/app/Program.cs
@@ -8,6 +8,11 @@ public class Program
/// Some field.
///
int field = 3;
+
+ ///
+ /// Some field but as a string.
+ ///
+ string anotherField = "three";
///
/// My console app's entrypoint.