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
w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git]
/
mcs
/
errors
/
cs0523-3.cs
blob
1ee8ecceb9d8ee99cca002bb472db9e518f6f3be
1
// CS0523: Struct member `S<T>.s' of type `S<T[]>' causes a cycle in the struct layout
2
// Line: 6
3
4
struct
S
<
T
>
5
{
6
static
S
<
T
[]>
s
;
7
}