Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
introduceParameter
/
classInAnonymousInitializer.kt
blob: 5986d9e0ce86d56652e9a98909540b3a0495b109 [
file
] [
log
] [
blame
]
class
A
(
a
:
Int
)
{
init
{
val t
=
<selection>
1
+
2
</
selection
>
}
}
fun test
()
{
A
(
1
)
}