blob: 5828d2d77a64776b720f18c1ebcf88d42dabef57 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/tabs.dart:9:9: Warning: Getter not found: 'one'.
// print(one);
// ^^^
//
// pkg/front_end/testcases/general/tabs.dart:10:9: Warning: Getter not found: 'two'.
// print(two);
// ^^^
//
// pkg/front_end/testcases/general/tabs.dart:11:9: Warning: Getter not found: 'three'.
// print(three);
// ^^^^^
//
// pkg/front_end/testcases/general/tabs.dart:12:9: Warning: Getter not found: 'four'.
// print(four);
// ^^^^
//
// pkg/front_end/testcases/general/tabs.dart:13:9: 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 {}
constants {
#C1 = #one
#C2 = <core::Type*>[]
#C3 = <dynamic>[]
#C4 = core::_ImmutableMap<core::Symbol*, dynamic> {_kvPairs:#C3}
#C5 = #two
#C6 = #three
#C7 = #four
#C8 = #five
}