Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
javaFacade
/
wrapFunInClassWithoutBody.kt
blob: 4fc3ec1407021f66bbc5def4b4819d69e1c01aaf [
file
]
package
some
open
class
Hello
{
open fun
<caret>
hello
()
=
"DoSomething"
}