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

8 lines
77 B
Kotlin
Vendored

package goo
import foo.Base
/**
* @property param
*/
class Impl : Base(1)