comment with {@code}
causes build_runner
to crash
#3827
Labels
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
There seems to be a bug in
build_runner
that any comment which contains this throws an error:Any comment with this will cause
build_runner
to give up:This is particularly troubling because
jnigen
put's many comments like this in the code because that's what java code has.The error which is emitted is
/dateutil/lib/src/tz/android/bindings.dart(6..10): Doc directive 'hello' is unknown.
pubspec.yaml
The text was updated successfully, but these errors were encountered: