ea86ebf995
#KT-31768 Fixed
8 lines
77 B
Kotlin
Vendored
8 lines
77 B
Kotlin
Vendored
package goo
|
|
|
|
import foo.Base
|
|
|
|
/**
|
|
* @property param
|
|
*/
|
|
class Impl : Base(1) |