package kotlin.internal

annotation class ImplicitIntegerCoercion : Annotation {
  constructor() /* primary */

}
