blob: 45ebe35aafe22a2d8efb5a2e09b9a00c470d927e [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_29982.dart:7:15: Error: The non-ASCII character 'é' (U+00E9) can't be used in identifiers, only in strings and comments.
// Try using an US-ASCII letter, a digit, '_' (an underscore), or '$' (a dollar sign).
// print('${eh[éh']}');
// ^
//
// pkg/front_end/testcases/regress/issue_29982.dart:7:14: Error: Can't find ']' to match '['.
// print('${eh[éh']}');
// ^
//
// pkg/front_end/testcases/regress/issue_29982.dart:7:10: Error: Can't find '}' to match '${'.
// print('${eh[éh']}');
// ^
//
// pkg/front_end/testcases/regress/issue_29982.dart:7:11: Error: String starting with ' must end with '.
// print('${eh[éh']}');
// ^^^^^^^^^^^^^...
//
// pkg/front_end/testcases/regress/issue_29982.dart:9:1: Error: Expected a declaration, but got ''.
//
// pkg/front_end/testcases/regress/issue_29982.dart:7:17: Error: Expected ']' before this.
// print('${eh[éh']}');
// ^^^^
//
// pkg/front_end/testcases/regress/issue_29982.dart:7:15: Warning: Getter not found: 'éh'.
// print('${eh[éh']}');
// ^^
//
// pkg/front_end/testcases/regress/issue_29982.dart:7:17: Error: Expected '}' before this.
// print('${eh[éh']}');
// ^^^^
//
// pkg/front_end/testcases/regress/issue_29982.dart:7:21: Error: Expected a String, but got ')'.
// print('${eh[éh']}');
// ^
//
import self as self;
import "dart:core" as core;
static method main() dynamic {
dynamic eh = <dynamic, dynamic>{"\u0233h": "\u0233h"};
core::print("${eh.[](throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#C1, 33, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4))))}");
}
constants {
#C1 = #éh
#C2 = <core::Type*>[]
#C3 = <dynamic>[]
#C4 = core::_ImmutableMap<core::Symbol*, dynamic> {_kvPairs:#C3}
}