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