2024-05-13 17:12:23 +00:00
|
|
|
proposal test_single_stmt{
|
|
|
|
pair one {
|
|
|
|
applicable to {
|
|
|
|
"let <<aaaa: Identifier >> = <<bbbb: Expression | Identifier>>"
|
|
|
|
}
|
|
|
|
transform to {
|
2024-05-15 18:55:03 +00:00
|
|
|
"let <<aaaa>> = 1 + <<bbbb>>;"
|
2024-05-13 17:12:23 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|