Files
kotlin-fork/idea/testData/copyPaste/imports/ClassWithDoc.kt
T
2019-06-07 15:25:15 +03:00

8 lines
120 B
Kotlin
Vendored

package foo
abstract class Base(val param: Int)
<selection>/**
* @property param
*/
class Impl : Base(1)</selection>