Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
properties
/
extensionPropertyInitializerToGetter
/
baseCase.kt.after
blob: a367c0a81bdc35dc1f5da980ba1c6f300d879837 [
file
]
// "Convert extension property initializer to getter" "true"
val
String
.
foo
:
Int
get
()
=
0