10 lines
No EOL
235 B
Text
10 lines
No EOL
235 B
Text
proposal test_single_stmt{
|
|
pair one {
|
|
applicable to {
|
|
"let <<aaaa: Identifier >> = <<bbbb: Expression | Identifier>>"
|
|
}
|
|
transform to {
|
|
"let <<aaaa>> = 1 + <<bbbb>>;"
|
|
}
|
|
}
|
|
} |