Enforced consistent naming
This commit is contained in:
3
tests/errors/InvalidOperator.q
Normal file
3
tests/errors/InvalidOperator.q
Normal file
@ -0,0 +1,3 @@
|
||||
main() {
|
||||
x := 123 +++ 456
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
main() {
|
||||
a :=
|
||||
x :=
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
main() {
|
||||
a := 1
|
||||
a := 2
|
||||
x := 1
|
||||
x := 2
|
||||
}
|
Reference in New Issue
Block a user