[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
@@ -1,6 +1,6 @@
import java.lang.System;
@kotlin.Suppress(names = {"UNRESOLVED_REFERENCE"})
@kotlin.Suppress(names = {"CANNOT_INFER_PARAMETER_TYPE", "UNRESOLVED_REFERENCE"})
@kotlin.Metadata()
public final class NonExistentType {
@org.jetbrains.annotations.NotNull()