Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
3d3ef80feae9fc7b6e2dfea89a0d542393872d1a
/
.
/
compiler
/
tests-integration
/
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
{
^