Fix error instead of muting it in kapt tests

This commit is contained in:
Nikolay Krasko
2021-12-14 16:51:37 +03:00
committed by teamcity
parent 5162ef31fc
commit e733aa21d5
4 changed files with 6 additions and 6 deletions
@@ -1,6 +1,6 @@
import java.lang.System;
@kotlin.Suppress(names = {"CANNOT_INFER_PARAMETER_TYPE", "UNRESOLVED_REFERENCE"})
@kotlin.Suppress(names = {"UNRESOLVED_REFERENCE"})
@kotlin.Metadata()
public final class NonExistentType {
@org.jetbrains.annotations.NotNull()