blob: fe1b9a4b180e32c1fa41c1122742e8c69def370a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
( + ( * ) )
^~~~~ unexpected write target
( a ( * ) )
^~~~~ unexpected write target
( 1 + ( * ) )
^~~~~ unexpected write target
( .. ( * ) )
^~~~~ unexpected write target
( a = ( * ) )
^~~~~ unexpected write target
( * = ( * ) )
^~~~~ unexpected write target
( a if ( * ) )
^~~~~ unexpected write target
( 1; ( * ) )
^~~~~ unexpected write target
( def f() = ( * ) )
^~~~~ unexpected write target
|