DartEditor重命名属性错误

时间:2014-02-04 20:16:53

标签: dart-editor

我正在尝试重命名类中的属性,我收到此错误:

  SDK和外部包中的

元素和引用不会被重命名

现在代码有点复杂,但是属性只是我自己类中的一个SvgElement,并且它没有在它之外引用。

就像

class Abc {
   svg.ImageElement abcdef;
   Abc() {
       abcdef.setAttribute('x','0');
       //etc
   }
}

0 个答案:

没有答案