Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
declarationChecks
/
kt2142.kt
blob: df65c918ed402daae102e850c76cd116f133e9dd [
file
]
// FIR_IDENTICAL
//KT-2142 function local classes do not work
package
a
fun foo
()
{
class
Foo
()
{}
Foo
()
// Unresolved reference Foo
}