Since I updated to kotlin 1.2.20 and intellij 2017...
# intellij
r
Since I updated to kotlin 1.2.20 and intellij 2017.3.3 the auto-format settings for Kotlin changed. Previously I could write the following:
Copy code
fun <T: SomeBound> SomeType<T>.someExtensionFunction(with: String, one: Int, or: String, two: Int, params: Float)
   = ...