Consider the following: ```groovy contribute(bind(methods: enclosingMethod())) { } ``` Map key "methods" should have no inferenced value, but code hover (F2) displays the "methods" DSLD pointcut.
Consider the following:
contribute(bind(methods: enclosingMethod())) { }Map key "methods" should have no inferenced value, but code hover (F2) displays the "methods" DSLD pointcut.