| OLD | NEW |
| 1 // This code was auto-generated, is not intended to be edited, and is subject to | 1 // This code was auto-generated, is not intended to be edited, and is subject to |
| 2 // significant change. Please see the README file for more information. | 2 // significant change. Please see the README file for more information. |
| 3 library engine.element_test; | 3 library engine.element_test; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:io'; | 5 import 'dart:io'; |
| 6 import 'package:analyzer_experimental/src/generated/java_core.dart'; | 6 import 'package:analyzer_experimental/src/generated/java_core.dart'; |
| 7 import 'package:analyzer_experimental/src/generated/java_engine.dart'; | 7 import 'package:analyzer_experimental/src/generated/java_engine.dart'; |
| 8 import 'package:analyzer_experimental/src/generated/java_engine_io.dart'; | 8 import 'package:analyzer_experimental/src/generated/java_engine_io.dart'; |
| 9 import 'package:analyzer_experimental/src/generated/java_junit.dart'; | 9 import 'package:analyzer_experimental/src/generated/java_junit.dart'; |
| 10 import 'package:analyzer_experimental/src/generated/source_io.dart'; | 10 import 'package:analyzer_experimental/src/generated/source_io.dart'; |
| (...skipping 2714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2725 }); | 2725 }); |
| 2726 _ut.test('test_substitute2_notEqual', () { | 2726 _ut.test('test_substitute2_notEqual', () { |
| 2727 final __test = new FunctionTypeImplTest(); | 2727 final __test = new FunctionTypeImplTest(); |
| 2728 runJUnitTest(__test, __test.test_substitute2_notEqual); | 2728 runJUnitTest(__test, __test.test_substitute2_notEqual); |
| 2729 }); | 2729 }); |
| 2730 }); | 2730 }); |
| 2731 } | 2731 } |
| 2732 } | 2732 } |
| 2733 class InterfaceTypeImpl_18 extends InterfaceTypeImpl { | 2733 class InterfaceTypeImpl_18 extends InterfaceTypeImpl { |
| 2734 InterfaceTypeImpl_18(ClassElement arg0) : super.con1(arg0); | 2734 InterfaceTypeImpl_18(ClassElement arg0) : super.con1(arg0); |
| 2735 bool isDartCoreFunction() => true; | 2735 bool get isDartCoreFunction => true; |
| 2736 } | 2736 } |
| 2737 main() { | 2737 main() { |
| 2738 ElementKindTest.dartSuite(); | 2738 ElementKindTest.dartSuite(); |
| 2739 FunctionTypeImplTest.dartSuite(); | 2739 FunctionTypeImplTest.dartSuite(); |
| 2740 InterfaceTypeImplTest.dartSuite(); | 2740 InterfaceTypeImplTest.dartSuite(); |
| 2741 TypeVariableTypeImplTest.dartSuite(); | 2741 TypeVariableTypeImplTest.dartSuite(); |
| 2742 ClassElementImplTest.dartSuite(); | 2742 ClassElementImplTest.dartSuite(); |
| 2743 ElementLocationImplTest.dartSuite(); | 2743 ElementLocationImplTest.dartSuite(); |
| 2744 ElementImplTest.dartSuite(); | 2744 ElementImplTest.dartSuite(); |
| 2745 LibraryElementImplTest.dartSuite(); | 2745 LibraryElementImplTest.dartSuite(); |
| 2746 } | 2746 } |
| OLD | NEW |