Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
moveMemberToCompanionObject
/
simple.kt
blob: 45748a70ca51dcf00e2924e4d141a37f8f2a2688 [
file
]
// "Move to companion object" "true"
class
Test
{
<caret>
const
val foo
=
""
}