Files
kotlin-fork/compiler/testData/ir/irText/expressions/signedToUnsignedConversions_annotation.kt.txt
T

8 lines
116 B
Plaintext
Vendored

package kotlin.internal
annotation class ImplicitIntegerCoercion : Annotation {
constructor() /* primary */
}