| 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 ad884011ec92a4044d648c147f1e57c1e8062644..568c8afafeadcaaedad0f5abeeed836911d70e47 100644
|
| --- a/compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| +++ b/compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
| @@ -169,6 +169,14 @@ public class CommandLineOptions {
|
| }
|
|
|
| /**
|
| + * Returns whether "no such member" should be reported for classes which implement
|
| + * "noSuchMethod" method.
|
| + */
|
| + public boolean reportNoMemberWhenHasInterceptor() {
|
| + return true;
|
| + }
|
| +
|
| + /**
|
| * Returns the list of files passed to the compiler.
|
| */
|
| public List<String> getSourceFiles() {
|
|
|