Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
javaFacade
/
doNotWrapFunFromLocalClass.kt
blob: 65f33f94716f2c5e36f8f4f3582b1e6db5135326 [
file
]
fun test
()
{
class
Test
()
{
fun
<caret>
internalFun
()
{
}
}
}