Hint1

data class Hint1<Type0 : Any>(type: KClass<Type0>)

Indicator for overloaded methods which an argument

Author

Matthias Geisler

Constructors

Hint1
Link copied to clipboard
common
fun <Type0 : Any> Hint1(type: KClass<Type0>)

Properties

type
Link copied to clipboard
common
val type: KClass<Type0>