*** empty log message ***
[m17n/m17n-lib-cs.git] / symbol.cs
index 32be8e3..4f0336d 100644 (file)
--- a/symbol.cs
+++ b/symbol.cs
@@ -1,5 +1,6 @@
 using System;
 using System.Collections.Generic;
+using System.Reflection;
 using M17N;
 using M17N.Core;
 
@@ -34,5 +35,6 @@ public class Test
     }
     sym4 = MSymbol.PropertyKey ("symbol", MProperty.Flags.None);
     sym4 = MSymbol.PropertyKey ("symbol");
+    Console.WriteLine (sym4);
   }
 }