Why do I keep getting “Evaluations must contain either an expression or a block of well-formed statements”?

后端 未结 6 1511

In my code, I am trying to output the value of src in the expressions window.

public void doIt() {
    String src = \"test\";
    System.out.pri         


        
6条回答
  •  感情败类
    2021-01-17 11:32

    I had the same problem and I remove a generic method in my code. It work for me.

提交回复
热议问题