mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
50d972bba0
Issue: #38665 Change-Id: I42eb4e97f3269f7d1a53abeac62f9293a003ae60 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/120400 Commit-Queue: Nicholas Shahan <nshahan@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com>
5 lines
167 B
Text
5 lines
167 B
Text
declare_args() {
|
|
# Whether to use the NNBD fork of the SDK core libraries.
|
|
# TODO(#38701): Remove this when the fork has been merged back in.
|
|
use_nnbd = false
|
|
}
|