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