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