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,11 @@
|
||||
// COPY_DOC
|
||||
abstract class A {
|
||||
/**
|
||||
* @see TEST
|
||||
*/
|
||||
abstract fun foo()
|
||||
}
|
||||
|
||||
class B : A() {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user