AA
Size: a a a
AA
BP
IK
val cache = object: Cache2kBuilder<String, List<Webhook>>() {}
Caused by: java.lang.IllegalArgumentException: The run time type is not available, got: ? extends net.styleru.ikomarov.resellka.monitor.data.Webhook
at org.cache2k.configuration.CacheTypeCapture.of(CacheTypeCapture.java:74) <...>
MT
AM
BP
AM
QH
MT
MT
AM
AH
VP
-Werror
VP
ВП
AH
-Werror
fun foo(body: (Unit) -> Unit): Unit = body(Unit)
val b: Unit =
foo {
try {
listOf(2)
} catch (e: Exception) {
listOf(1)
}
}
AH
VP
fun foo(body: (Unit) -> Unit): Unit = body(Unit)
val b: Unit =
foo {
try {
listOf(2)
} catch (e: Exception) {
listOf(1)
}
}
AH
AH
fun bar(): Int = 1
fun foo(): Unit {
bar()
}