class IntelliJThreading {
  fun method() {
    /*<# @EDT #>*/requiresEDTMethod()
  }

  @RequiresEDT
  fun requiresEDTMethod() {}
}