Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
multiModuleQuickFix
/
memberValToExtensionByHeaderWithInapplicableImpl
/
header
/
header.kt
blob: 31a6d7e1e8bf7e3d311795ef2014f143bde957b5 [
file
] [
log
] [
blame
]
// "Convert member to extension" "false"
// ACTION: Convert property to function
// ACTION: Introduce backing property
// ACTION: Move to companion object
// ACTION: Move to constructor
expect
class
Foo
{
val
<caret>
foo
:
Int
}