~eda-qa/leaflang/cpp

« back to all changes in this revision

Viewing changes to share/unit_tests/block/parametric/type/trapped_error_pseudo.lfb

  • Committer: edA-qa mort-ora-y
  • Date: 2017-08-19 06:03:00 UTC
  • mfrom: (100.1.22 misc)
  • Revision ID: eda-qa@disemia.com-20170819060300-209dwd5884343mi0
merging miscelaneous changes, mainly platform improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* EXPECT(3) */
2
2
//this comes froms testing the type ⁑trapped_error
3
3
typedef trapped_error : 「T」 [
4
 
        error : optional shared ⁑error_info,
 
4
        error : optional shared ⁑fail_info,
5
5
        value : optional strip_optional「T」,
6
6
]
7
7