mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-14 07:38:03 +01:00
6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
class Foo {
|
|
def bar(a) {
|
|
var a = "oops" // expect error
|
|
}
|
|
}
|