Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
codegen
/
box
/
fakeOverride
/
fakeOverrideOfPrivateSetter.kt
blob: bf8ee9840a26edcbdb4fdb37a09dba1f3d032ee6 [
file
]
// JVM_ABI_K1_K2_DIFF: KT-63984
abstract
class
TextRendererActions1
{
var
fontSize
:
String
=
"OK"
;
private
set
}
fun box
()
:
String
{
return
object
:
TextRendererActions1
()
{
val glyph
=
this
.
fontSize
}.
glyph
}