Start working with spaces:
KT-1532 IDEA should remove extra whitespaces when reformmating code KT-1378 Code formatting: spaces around ':' #KT-1532 fixed #KT-1378 fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.util.ArrayList
|
||||
import java.lang.Iterable
|
||||
|
||||
class Some :java.util.ArrayList<Int>() {
|
||||
fun some<T : Iterable<Int>>(array: Array<String>) : Int {
|
||||
val test:Int = 12
|
||||
return test
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
import java.util.ArrayList
|
||||
import java.lang.Iterable
|
||||
|
||||
class Some :java.util.ArrayList<Int>() {
|
||||
fun some<T :Iterable<Int>>(array :Array<String>) :Int {
|
||||
val test :Int = 12
|
||||
return test
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user