Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
ConvertSecondaryConstructorToPrimaryIntention
/
after.kt.template
blob: d9ee4c351d29b42e8fc3e37747f0c711096be53f [
file
] [
log
] [
blame
]
class
Foo
(
val x
:
Int
=
4
,
y
:
Int
)
{
val z
=
y
}