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