Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
resolve
/
localObject.kt
blob: 34dd9be674dcd042193f0a5144b1a635d2b5b6e8 [
file
]
// FIR_IDENTICAL
fun foo
():
Any
{
<!
LOCAL_OBJECT_NOT_ALLOWED
!>
object
Bar
<!>
return
Bar
}