Sign in
apache
/
grails-intellij-plugin
/
HEAD
/
.
/
plugin
/
testdata
/
grails
/
completion
/
ServiceInjection.groovy
blob: 736c340f4c9bf6f3db65b651dc264f8bbc8c03d1 [
file
]
class
FooController
{
def
bookService
def
foo
()
{
bookService
.
auth
<caret>
}
}