a690e7b26 ^
e80465dac ^
1 2 3 4
5
6 7 8
9
10 11
discard """ output: "(x: string here, a: 1)" """ proc simple[T](a: T) = var x = "string here" echo locals() simple(1)