blob: 9f24a2be5172a58eaa1f69d2ac4ac22b93bc0756 [file] [log] [blame]
aspect GetInfo {
Object C.about() {
println("<caret>")
return result;
}
}