Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
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
}