| 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 517d36db6c32f4681210b084897aa9e0979550e7..c7eeca505026fd244bc4395c5282e4dc0c8e4285 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 reported for inferred types.
|
| + * Returns whether inferred types should be used for type checks.
|
| */
|
| - public boolean memberWarningForInferredTypes() {
|
| - return true;
|
| + public boolean typeChecksForInferredTypes() {
|
| + return false;
|
| }
|
|
|
| /**
|
|
|