JSTQL-JS-Transform/dsl_files/test_single_stmt.jstql

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>>;"
}
}
}