Files
kotlin-fork/idea/testData/intentions/declarations/convertMemberToExtension/KDoc.kt
T

8 lines
91 B
Kotlin
Vendored

class Foo
{
/**
* Doc
*/
public val <caret>count: Int
get() = 1
}