shared class CeylonClass() given Parameter satisfies Object { shared String name => "CeylonClass"; } shared void run() => CeylonClass();