// org.jetbrains.kotlin.light.classes.symbol.fields.SymbolLightFieldForProperty class FooBar { var foo : String = "42" get() = "42" }