2a8b655294
Related to KT-59171
6 lines
85 B
Kotlin
Vendored
6 lines
85 B
Kotlin
Vendored
package test
|
|
|
|
import kotlin.reflect.*
|
|
|
|
abstract class Some : KSuspendFunction0<Unit>
|