Override/Implement: Implement JavaDoc/KDoc copying
#KT-8682 Fixed #KT-12735 Fixed (cherry picked from commit f4486be)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// COPY_DOC
|
||||
|
||||
import foo.A
|
||||
|
||||
class B : A() {
|
||||
/**
|
||||
* @return TEST
|
||||
*/
|
||||
override fun foo(): Int {
|
||||
<selection><caret>return super.foo()</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user