blob: f296d8067915df44c60c11b821b9b952aef406a5 [file] [log] [blame]
class Foo {
def foo2() {
label:
Exception e
<ref>e.getLocalizedMessage() // code completion and navigation from usage of "e" to declaration of "e" don't work
}
}