[KAPT] Correct error types in annotations (KT-32596)
This commit is contained in:
committed by
TeamCityServer
parent
701446ad25
commit
4f3debdec6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user