TODO

Always throws NotImplementedError stating that operation is not implemented.

inline fun TODO(): Nothing(source)

fun getCurrentWeather(city: String): String = TODO()

Source