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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
gtest-optional-34.cs
blob
bf865a7bbe9ff662055924e06dc0b580292321c0
1
public struct
S
2
{
3
public
S
(
double
left
=
0
,
double
top
=
0
)
4
:
this
()
5
{
6
}
7
}
8
9
class
X
10
{
11
public static void
Main
()
12
{
13
}
14
}