Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
stubs
/
NotStorePropertiesFrom.kt
blob: e0efe173b78d89c03def89c4bc6c07e4633ea59f [
file
] [
log
] [
blame
]
class
Test
()
{
val test
=
12
;
init
{
for
(
i
in
0.
.
12
)
{
}
}
fun more
()
{
}
}