| Index: compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| diff --git a/compiler/java/com/google/dart/compiler/CommandLineOptions.java b/compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| index 31792be3c4e9d5db89d5282c4e79a884baa633b1..d73a438e8eb33404fe39deeaeb6c42f6f8de53c2 100644
|
| --- a/compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| +++ b/compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| @@ -158,6 +158,13 @@ public class CommandLineOptions {
|
| }
|
|
|
| /**
|
| + * Returns whether "not a member" warnings should be suppressed for inferred types.
|
| + */
|
| + public boolean suppressNoMemberWarningForInferredTypes() {
|
| + return false;
|
| + }
|
| +
|
| + /**
|
| * Returns the list of files passed to the compiler.
|
| */
|
| public List<String> getSourceFiles() {
|
|
|