11 lines
199 B
Kotlin
Vendored
11 lines
199 B
Kotlin
Vendored
annotation class NoArg
|
|
|
|
@NoArg
|
|
class Internal internal constructor(z: Boolean)
|
|
|
|
@NoArg
|
|
abstract class Protected protected constructor(c: Char)
|
|
|
|
@NoArg
|
|
class Private private constructor(ia: IntArray)
|