Examples of what is not a class extension, but oft...
# random
o
Examples of what is not a class extension, but often in the same file: - factory function, like “classOf” - exceptions, enums, etc - extension functions on other classes, that return this class, e.g. “String.parseClass”