13 lines
101 B
Text
13 lines
101 B
Text
|
|
|
|
|
|
let {
|
|
foo = "some important message" .
|
|
|
|
fn { x, y .
|
|
x // this should be an error
|
|
}
|
|
|
|
}
|
|
|
|
|