Create from usage: Use separate editor for templates which should be placed in Java files

This commit is contained in:
Alexey Sedunov
2015-02-20 13:25:47 +03:00
parent 6bdff82c3a
commit 2af83c58c9
42 changed files with 252 additions and 124 deletions
@@ -3,5 +3,4 @@
fun test(a: A): Int? {
return a.foo<String, Int>(1, "2")
}
}