107a825c5f
#KT-20548 Fixed
8 lines
158 B
Kotlin
Vendored
8 lines
158 B
Kotlin
Vendored
// Validation
|
|
// See KT-24323
|
|
// FIR_COMPARISON
|
|
|
|
@Retention(AnnotationRetention.RUNTIME /* ) was removed */
|
|
annotation class Validation()
|
|
|