[KAPT] Correct error types in annotations (KT-32596)

This commit is contained in:
Steven Schäfer
2021-09-17 15:58:35 +02:00
committed by TeamCityServer
parent 701446ad25
commit 4f3debdec6
10 changed files with 112 additions and 16 deletions
@@ -2,7 +2,7 @@
// NON_EXISTENT_CLASS
// NO_VALIDATION
@Suppress("UNRESOLVED_REFERENCE")
@Suppress("CANNOT_INFER_PARAMETER_TYPE", "UNRESOLVED_REFERENCE")
object NonExistentType {
val a: ABCDEF? = null
val b: List<ABCDEF>? = null