ea86ebf995
#KT-31768 Fixed
8 lines
120 B
Kotlin
Vendored
8 lines
120 B
Kotlin
Vendored
package foo
|
|
|
|
abstract class Base(val param: Int)
|
|
|
|
<selection>/**
|
|
* @property param
|
|
*/
|
|
class Impl : Base(1)</selection> |