blob: 6c1634356ebdbb406f4db25b81038ccab150152c [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/tabs.dart:9:8: Warning: Getter not found: 'one'.
// print(one);
// ^^^
//
// pkg/front_end/testcases/tabs.dart:10:9: Warning: Getter not found: 'two'.
// print(two);
// ^^^
//
// pkg/front_end/testcases/tabs.dart:11:11: Warning: Getter not found: 'three'.
// print(three);
// ^^^^^
//
// pkg/front_end/testcases/tabs.dart:12:12: Warning: Getter not found: 'four'.
// print(four);
// ^^^^
//
// pkg/front_end/testcases/tabs.dart:13:14: Warning: Getter not found: 'five'.
// print(five);
// ^^^^
//
import self as self;
import "dart:core" as core;
static method test() dynamic {
core::print(throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#C1, 33, #C2, #C3, core::Map::unmodifiable<core::Symbol, dynamic>(#C4))));
core::print(throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#C5, 33, #C2, #C3, core::Map::unmodifiable<core::Symbol, dynamic>(#C4))));
core::print(throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#C6, 33, #C2, #C3, core::Map::unmodifiable<core::Symbol, dynamic>(#C4))));
core::print(throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#C7, 33, #C2, #C3, core::Map::unmodifiable<core::Symbol, dynamic>(#C4))));
core::print(throw new core::NoSuchMethodError::withInvocation(null, new core::_InvocationMirror::_withType(#C8, 33, #C2, #C3, core::Map::unmodifiable<core::Symbol, dynamic>(#C4))));
}
static method main() dynamic {}