Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
analysis
/
stubs
/
testData
/
source
/
customData
/
localFunction.kt
blob: 96f5901b56187578c4b51fc9617ce32bc825bba2 [
file
]
package
foo
fun topLevelFunction
()
{
fun localFunction
()
{
}
}