Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
movePropertyToClassBody
/
location2.kt
blob: 96eb6c948461cbf5b712b058efe19f2dee4fef60 [
file
] [
log
] [
blame
]
class
TestClass
(
val
<caret>
text
:
String
)
{
val p1
=
0
fun foo
()
{
}
}