~eda-qa/leaflang/cpp

« back to all changes in this revision

Viewing changes to share/unit_tests/block/service/fail_no_copy_assign.lfb

  • Committer: edA-qa mort-ora-y
  • Date: 2017-06-03 05:03:54 UTC
  • mfrom: (98.1.18 typefixes)
  • Revision ID: eda-qa@disemia.com-20170603050354-6hfg5huvq56zjs66
merging typefixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* EXPECT-FAIL-TYPER(no-copy-allowed) SRC-LINE(8) */
 
2
service pine {
 
3
        var a : integer
 
4
}
 
5
 
 
6
var b : pine
 
7
var c : pine value
 
8
c = b