KT-15320 Live templates: please add function which returns the "outer" class name

This commit is contained in:
Toshiaki Kameyama
2017-12-26 14:00:57 +09:00
committed by Dmitry Jemerov
parent e2306ecf94
commit 79ff36592d
6 changed files with 36 additions and 1 deletions
@@ -0,0 +1,7 @@
class Test() {
companion object {
fun test() {
println("Test.test")<caret>
}
}
}