blob: a00930736c96598c589b4a8c72e5f202c6cd3a10 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method method() dynamic {
(0, "").$1{core::int};
(0, "").$2{core::String};
(0, {a: "", b: true}).$1{core::int};
(0, {a: "", b: true}).a{core::String};
(0, {a: "", b: true}).b{core::bool};
}