Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
constructors
/
fieldsInitializedFromParams5.java
blob: 35e1f8fa42d2dbfd03ade049cbfb5e6c2de6f485 [
file
] [
log
] [
blame
]
class
C
{
public
int
p
;
public
C
(
int
p
)
{
this
.
p
=
0
if
(
p
>
0
)
{
this
.
p
=
p
}
}
}