Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
{
^