Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
refactoring
/
introduceParameter
/
classInPropertyInitializer.kt
blob: 9458f2519149c031adc84db3e2f6d7799415b710 [
file
] [
log
] [
blame
]
class
A
(
a
:
Int
)
{
val x
=
<selection>
1
+
2
</
selection
>
}
fun test
()
{
A
(
1
)
}