module test { void run() { @Inject Console console; Property[] properties = &this.actualType.properties; console.print($"The properties of {this}: {properties}"); } }