Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
extensions
/
object.kt
blob: 65f50efd03454d125185bcdf0849e3bb5484debf [
file
]
// FIR_IDENTICAL
object
O
fun
Any
.
foo
()
=
42
val
Any
?.
bar
:
Int
get
()
=
239
val x
=
O
.
foo
()
+
O
.
bar