48ac89dca4
#KT-4920 Fixed
8 lines
91 B
Kotlin
Vendored
8 lines
91 B
Kotlin
Vendored
class Foo
|
|
{
|
|
/**
|
|
* Doc
|
|
*/
|
|
public val <caret>count: Int
|
|
get() = 1
|
|
} |