blob: 7a442944cf9ed3613e3cd1058db2793e0ac3a89f [file] [log] [blame]
// @dart = 2.9
class C {
get x => '$C'.hashCode;
}