blob: 25c054695780af712673fdc65f053b8e6494073a [file] [log] [blame]
class A {
override val location: Location get() =
if (team != null)
team.location(organization)
else
organization.location().teams
val name get() = "a"
/** The age. */
val age get() = 1
}