public void TestObjectLiteral0()
        {
            ObjectLiteral0 node = new ObjectLiteral0(DefaultLineInfo, GetAbsolutePath());

            CheckSerializationRoundTrip(node);
        }
Exemplo n.º 2
0
 /// <nodoc />
 public virtual void Visit(ObjectLiteral0 value)
 {
 }