Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
repl
/
objects
/
localObject.repl
blob: 84e81e61be6840cdb7c5dc81311a44fbdbf68072 [
file
]
>>>
fun foo
()
{
...
object
Bar
{
...
}
...
}
error
:
named
object
'Bar'
is
a singleton
and
cannot be
local
.
Try
to
use
anonymous
object
instead
object
Bar
{
^