Add tests for type annotations with unresolved reference and invalid target (KT-28424, KT-28449)

This commit is contained in:
victor.petukhov
2018-11-27 12:45:52 +03:00
parent 620969652a
commit f5d44003cd
36 changed files with 1021 additions and 1 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ val generateJsonTestsMap by generator("org.jetbrains.kotlin.spec.tasks.GenerateJ
val remoteRunTests by task<Test> {
val packagePrefix = "org.jetbrains.kotlin."
val includeTests = setOf(
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Contracts*"
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Contracts*",
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Annotations*",
"codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Annotations*"
)
workingDir = rootDir