KT-15320 Live templates: please add function which returns the "outer" class name
This commit is contained in:
committed by
Dmitry Jemerov
parent
e2306ecf94
commit
79ff36592d
@@ -0,0 +1,7 @@
|
||||
class Test() {
|
||||
companion object {
|
||||
fun test() {
|
||||
println("Test.test")<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user