TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs0825-3.cs
blob5177d4fff8ae9d7487eee247c578ef722a058c74
1 // CS0825: The contextual keyword `var' may only appear within a local variable declaration
2 // Line: 9
5 public class Test
7 const var v = 9;