blob: 7309ce91af6cb60bee449c83c656dde4917aed55 [file] [log] [blame]
extension type I(int _i) {
int get i => 0;
set i(int val) {}
}