blob: a4357028c6776816ea622b2a13a50fc8e746e3dd (
plain)
1
2
3
4
5
6
7
|
foo 1 in a
^ unexpected `in` keyword in arguments
^ unexpected local variable or method, expecting end-of-input
a = foo 2 in b
^ unexpected `in` keyword in arguments
^ unexpected local variable or method, expecting end-of-input
|