DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0825.cs
123456789
// CS0825: The contextual keyword `var' may only appear within a local variable declaration // Line: 9 public class Test { var v = "a"; }