blob: b5ead6eed3920d1a211e0aa831cd51a1a6c813c5 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field core::bool x = self::f<core::bool>() || self::f<core::bool>();
static field core::bool y = self::f<core::bool>() && self::f<core::bool>();
static method f<T extends core::Object>() self::f::T
return null;
static method test() void {
core::bool x = self::f<core::bool>() || self::f<core::bool>();
core::bool y = self::f<core::bool>() && self::f<core::bool>();
}
static method main() dynamic {}