redundant_await.out 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. GDTEST_OK
  2. >> WARNING
  3. >> Line: 26
  4. >> REDUNDANT_AWAIT
  5. >> "await" keyword not needed in this case, because the expression isn't a coroutine nor a signal.
  6. >> WARNING
  7. >> Line: 28
  8. >> REDUNDANT_AWAIT
  9. >> "await" keyword not needed in this case, because the expression isn't a coroutine nor a signal.
  10. >> WARNING
  11. >> Line: 32
  12. >> REDUNDANT_AWAIT
  13. >> "await" keyword not needed in this case, because the expression isn't a coroutine nor a signal.
  14. >> WARNING
  15. >> Line: 38
  16. >> REDUNDANT_AWAIT
  17. >> "await" keyword not needed in this case, because the expression isn't a coroutine nor a signal.
  18. >> WARNING
  19. >> Line: 44
  20. >> REDUNDANT_AWAIT
  21. >> "await" keyword not needed in this case, because the expression isn't a coroutine nor a signal.
  22. >> WARNING
  23. >> Line: 45
  24. >> REDUNDANT_AWAIT
  25. >> "await" keyword not needed in this case, because the expression isn't a coroutine nor a signal.
  26. >> WARNING
  27. >> Line: 46
  28. >> REDUNDANT_AWAIT
  29. >> "await" keyword not needed in this case, because the expression isn't a coroutine nor a signal.
  30. >> WARNING
  31. >> Line: 51
  32. >> REDUNDANT_AWAIT
  33. >> "await" keyword not needed in this case, because the expression isn't a coroutine nor a signal.
  34. >> WARNING
  35. >> Line: 53
  36. >> REDUNDANT_AWAIT
  37. >> "await" keyword not needed in this case, because the expression isn't a coroutine nor a signal.