You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
is triggering the following errors - newly in the task model strong mode:
severe: [AnalyzerMessage] 'T' does not extend 'EntityApi<T>' (test/codegen/language/f_bounded_quantification2_test.dart, line 7, col 67)
severe: [AnalyzerMessage] 'ConceptEntity' does not extend 'ConceptEntity<ConceptEntity>' (test/codegen/language/f_bounded_quantification2_test.dart, line 19, col 21)
This particular test isn't strictly blocking - we don't support this pattern yet in codegen, but it is a regression.
The text was updated successfully, but these errors were encountered:
From f_bounded_quantification2_test.dart:
is triggering the following errors - newly in the task model strong mode:
This particular test isn't strictly blocking - we don't support this pattern yet in codegen, but it is a regression.
The text was updated successfully, but these errors were encountered: