blob: 38593f72a6bd37323effd57937634b2078abeafa [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/issue_000031.dart:8:3: Error: A prefix can't be used as an expression.
// math..toString();
// ^^^^
//
import self as self;
import "dart:core" as core;
import "dart:math" as math;
static method main() dynamic {
let final dynamic #t1 = invalid-expression "pkg/front_end/testcases/rasta/issue_000031.dart:8:3: Error: A prefix can't be used as an expression.
math..toString();
^^^^" in let final core::String* #t2 = #t1.{core::Object::toString}() in #t1;
}