9 lines
186 B
Kotlin
Vendored
9 lines
186 B
Kotlin
Vendored
// Validation
|
|
// ALLOW_FRONTEND_EXCEPTION
|
|
// See KT-24323
|
|
// FIR_COMPARISON
|
|
|
|
@Retention(AnnotationRetention.RUNTIME /* ) was removed */
|
|
annotation class Validation()
|
|
|