Build: got rid of @TestOnly annotations on fields and classes

This commit is contained in:
Sergey Rostov
2019-02-22 14:31:01 +03:00
parent c89d1af9fa
commit 17c0422d8f
13 changed files with 17 additions and 18 deletions
@@ -58,7 +58,7 @@ open class KtUltraLightClass(classOrObject: KtClassOrObject, internal val suppor
// This property may be removed once IntelliJ versions earlier than 2018.3 become unsupported
// And usages of that property may be replaced with relevant registry key
@Volatile
@TestOnly
@get:TestOnly
var forceUsingUltraLightClasses = false
}
@@ -408,7 +408,7 @@ private fun getAnnotationName(callee: KtExpression): String? {
return null
}
@TestOnly
@get:TestOnly
var accessAnnotationsClsDelegateIsAllowed = false
@TestOnly