1 2 3 4 5 6 7 8 9 10
// CS1056: Unexpected character `$' // Line: 8 public class C { void Update () { int a = $7; } }