Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
box
/
classes
/
classObjectAsExtensionReceiver.kt
blob: 886dbdf836421ab5afc7327121288ac0e029a2d7 [
file
] [
log
] [
blame
]
fun
Any
.
foo
()
=
1
class
A
{
companion
object
}
fun box
()
=
if
(
A
.
foo
()
==
1
)
"OK"
else
"fail"