FILE: exceptionInRepeatedAnnotation.kt public final typealias EventHandler = R|(@R|kotlin/ParameterName|(name = String(e)) E) -> kotlin/Unit| public final class EventListener : R|kotlin/Any| { public constructor(): R|EventListener| { super() } public final companion object Companion : R|kotlin/Any| { private constructor(): R|EventListener.Companion| { super() } public final inline operator fun invoke(noinline callback: R|EventHandler|): R|EventListener| { ^invoke R|kotlin/TODO|() } } } public final inline fun R|EventHandler|.withPriority(): R|EventListener<@R|kotlin/ParameterName|(name = String(e)) E>| { ^withPriority Q|EventListener|.R|/EventListener.Companion.invoke|(this@R|/withPriority|) } public final inline fun R|EventHandler|.withDefaultPriority(): R|EventListener<@R|kotlin/ParameterName|(name = String(e)) E>| { ^withDefaultPriority this@R|/withDefaultPriority|.R|/withPriority|() } public abstract class Event : R|kotlin/Any| { public constructor(): R|Event| { super() } }