| Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| index 00ad1532e4e2965e4305b3062460ae530628f81f..d8a705967c7080d4d3f0f083d5e513759dff384d 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| @@ -106,7 +106,7 @@ public class TypeAnalyzerCompilerTest extends CompilerTestCase {
|
| libraryResult.source.indexOf("call() => 42"),
|
| element.getNameLocation().getOffset());
|
| }
|
| -
|
| +
|
| /**
|
| * It is a compile-time error if a typedef refers to itself via a chain of references that does
|
| * not include a class or interface type.
|
|
|