In my code, I am trying to output the value of src in the expressions window.
src
public void doIt() { String src = \"test\"; System.out.pri
According to https://stackoverflow.com/a/21763943/733092, this happens when the class contains a generic method like
public T myMethod() {};