Sync with 5.2.0
[deliverable/titan.core.git] / regression_test / json / Types.ttcn
index f1f372c8c7c07d391b1ac804f68a53067a2ab397..21eef2829d9c1b36e7d0ea9318227633435ca88b 100755 (executable)
@@ -7,6 +7,8 @@
  ******************************************************************************/
 module Types {
 
+import from JsonData all;
+
 const integer c_imported_i :=11;
 
 type component MTC {}
@@ -156,6 +158,11 @@ type record RecDef {
   variant(b) "JSON:default(false)";
 }
 
+type record HasPardType {
+  ProtocolElem_Field1 pard,
+  boolean buul,
+  Price price
+}
 
 } with {
   encode "JSON";
This page took 0.294996 seconds and 5 git commands to generate.