由于意外的';,Flash Builder错误无法编译';性格

由于意外的';,Flash Builder错误无法编译';性格,flash,flash-builder,Flash,Flash Builder,我在尝试编译AS3项目时遇到以下错误: C:\Users\test\src\LikeText.as:10:Error: Unexpected character. '?' is not allowed here 但是,我的代码没有任何“?”字符: public var sleep:uint = 0; //this is the line causing the error public var skip_payload:Boolean = false; private va

我在尝试编译AS3项目时遇到以下错误:

 C:\Users\test\src\LikeText.as:10:Error: Unexpected character. '?' is not allowed here
但是,我的代码没有任何“?”字符:

  public var sleep:uint = 0;  //this is the line causing the error

  public var skip_payload:Boolean = false;

  private var starter:World_word = null;

  public var var_27:uint = 0;

你知道是什么引起的吗

我曾经遇到过这样的情况:我不知何故在文本中获得了一个控件或其他无法打印的字符。有时完全删除并重新键入有问题的行可以解决问题。只是一个想法。。。