Code Insight: "Generate toString" action
#KT-10309 Fixed
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// GENERATOR: SINGLE_TEMPLATE
|
||||
// GENERATE_SUPER_CALL
|
||||
open class X {
|
||||
override fun toString() = super.toString()
|
||||
}
|
||||
|
||||
class A : X() {<caret>
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user