"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs4003.cs
blobf043564f9acacc2c2d577fcd6d97c6a081ed8cd2
1 // CS4003: `await' cannot be used as an identifier within an async method or lambda expression
2 // Line: 8
4 class Tester
6 async void Test ()
8 int await = 1;