blob: f6370c40b8c23b6d30591234573ba28557cd02e2 [file] [log] [blame]
library somelib;
helper OclAny::toString() : String {
return self.repr()
}