blob: 4fc3ec1407021f66bbc5def4b4819d69e1c01aaf [file] [log] [blame]
package some
open class Hello {
open fun <caret>hello() = "DoSomething"
}