8 lines
116 B
Plaintext
Vendored
8 lines
116 B
Plaintext
Vendored
package kotlin.internal
|
|
|
|
annotation class ImplicitIntegerCoercion : Annotation {
|
|
constructor() /* primary */
|
|
|
|
}
|
|
|