blob: ad7b51feb12e2490bde09492a28881230a3e7c2c [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
inline class I /* declaredRepresentationType = invalid-type */ {
get i = self::I|get#i;
set i = self::I|set#i;
}
static inline-class-member method I|get#i(lowered final self::I #this) → core::int
return 0;
static inline-class-member method I|set#i(lowered final self::I #this, core::int val) → void {}