repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git]
/
mcs
/
errors
/
cs0106-10.cs
blob
e36ad929ecb9038479841b874e5c3bf0292485c4
1
// CS0106: The modifier `async' is not valid for this item
2
// Line: 6
3
4
interface
I
5
{
6
async void
M
();
7
}