Generate correct code for locals.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
bar {
|
||||
var a = "value"
|
||||
var a = "other" // expect error
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user