Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
96205cabfdb14a5aa5b1f0127871cee9c09aaef9
/
.
/
compiler
/
testData
/
serialization
/
builtinsSerializer
/
propertiesOrder.kt
blob: 1235a8fd391dba551849effc86fe08d15d5b89f0 [
file
]
package
test
class
Some
(
val c
:
Int
,
val b
:
Int
,
val a
:
Int
,
)
{
val z
=
1
val y
=
2
val x
=
3
}