10 lines
236 B
Text
10 lines
236 B
Text
|
proposal test_single_stmt{
|
||
|
pair one {
|
||
|
applicable to {
|
||
|
"let <<aaaa: Identifier >> = <<bbbb: Expression | Identifier>>"
|
||
|
}
|
||
|
transform to {
|
||
|
"let <<aaaa>> = () => <<bbbb>>"
|
||
|
}
|
||
|
}
|
||
|
}
|