common topLevelFunction¶ fun topLevelFunction(): Int fun topLevelFunction(a: Int) fun topLevelFunction(a: String) This is a top-level function. It has a long and complex documentation, with code examples and everything. Example¶ println(topLevelFunction() + 42) Author¶ OpenSavvy See also¶ Example: The Example class is completely unrelated to this function.