d68fbb7454
This warning fires if a top level initializer depends on the type of a method whose type is subject to type inference. This warning is needed because the analyzer implementation of top level type inference doesn't guarantee that the method type will be inferred prior to the initializer, so it's possible that type inference will produce an incorrect result. See #31925 for more details. Change-Id: Iec048d2638877c16ae11a87eae0382b7352f726c Reviewed-on: https://dart-review.googlesource.com/36841 Reviewed-by: Konstantin Shcheglov <scheglov@google.com>