blob: cc89059caa2dd85c8ec98d98a2843cc27dcff5fc [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/constant_get_and_invoke.dart:8:4: Error: The method 'call' isn't defined for the class 'int'.
// Try correcting the name to the name of an existing method, or defining a method named 'call'.
// c();
// ^
//
import self as self;
import "dart:core" as core;
static const field core::int c = 1;
static method main() dynamic {
self::c;
let final core::int #t1 = self::c in invalid-expression "pkg/front_end/testcases/rasta/constant_get_and_invoke.dart:8:4: Error: The method 'call' isn't defined for the class 'int'.
Try correcting the name to the name of an existing method, or defining a method named 'call'.
c();
^";
}