Create Function From Usage: Add empty lines when inserting new function

This commit is contained in:
Alexey Sedunov
2014-09-26 19:31:12 +04:00
parent afd8809ff5
commit ff29e581db
41 changed files with 90 additions and 36 deletions
@@ -5,6 +5,7 @@ class Foo<T> {
fun x (y: Foo<List<T>>, w: ArrayList<T>) {
val z: Iterable<T> = y["", w]
}
fun get(s: String, w: T): T {
throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates.
}