062a212b61
Also use checks for building light classes in `getLightClassDataHolder`.
8 lines
168 B
Kotlin
Vendored
8 lines
168 B
Kotlin
Vendored
// Validation
|
|
// ALLOW_FRONTEND_EXCEPTION
|
|
// See KT-24323
|
|
|
|
@Retention(AnnotationRetention.RUNTIME /* ) was removed */
|
|
annotation class Validation()
|
|
|