// ets_tracing: off export interface Auto {} export interface Base { _F: F _C: C } export interface CompositionBase2 { _F: F _G: G _CF: CF _CG: CG }