fun test() { // Static method of a class with type parameters: val c = Class.forName("xyz") // Static method of a class without one: val s = String.format("Hello %s", "world") }