blob: 54d980cee9ef1807ba8d3cf1b843edc5008438d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
const multiStatic = ;
const multiExpression = ;
const multiDynamic = ;
const singleExpression = ;
const singleDynamic = ;
const firstStatic = ;
const firstDynamic = ;
const firstComponent = ;
const lastStatic = ;
const lastDynamic = ;
const lastComponent = ;
const spaces = ;
const multiLineTrailing = ;
|