| 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 68a574dc94d9511738b93efc0969e11bcc7c1870..517d36db6c32f4681210b084897aa9e0979550e7 100644
|
| --- a/compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| +++ b/compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| @@ -162,10 +162,10 @@ public class CommandLineOptions {
|
| }
|
|
|
| /**
|
| - * Returns whether "not a member" warnings should be suppressed for inferred types.
|
| + * Returns whether "not a member" warnings should be reported for inferred types.
|
| */
|
| - public boolean suppressNoMemberWarningForInferredTypes() {
|
| - return false;
|
| + public boolean memberWarningForInferredTypes() {
|
| + return true;
|
| }
|
|
|
| /**
|
|
|