~eda-qa/leaflang/misc

« back to all changes in this revision

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

  • Committer: edA-qa mort-ora-y
  • Date: 2017-05-13 04:00:12 UTC
  • mfrom: (96.1.42 sortfile)
  • Revision ID: eda-qa@disemia.com-20170513040012-ieshuqv2vkjt0xc3
merging sortfile

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* EXPECT(1) */
 
2
alias opty : 「T」 T
 
3
 
 
4
var x = opty「integer」(1)
 
5
trace(x)